Skip to content

Commit 5a6eaa5

Browse files
Remove empty constructor in blank component
1 parent 19affda commit 5a6eaa5

File tree

1 file changed

+0
-2
lines changed
  • apps/codelab/src/app/admin/content/presentation-editor/preview/slide-preview/blank

1 file changed

+0
-2
lines changed

apps/codelab/src/app/admin/content/presentation-editor/preview/slide-preview/blank/blank.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { Component, OnInit } from '@angular/core';
66
styleUrls: ['./blank.component.css']
77
})
88
export class BlankComponent implements OnInit {
9-
constructor() {}
10-
119
ngOnInit(): void {
1210
console.assert(false);
1311
}

0 commit comments

Comments
 (0)