Skip to content

Commit dd322b6

Browse files
aanchal88angular-robot[bot]
authored andcommitted
test: removed empty methods
1 parent 839d0cb commit dd322b6

File tree

1 file changed

+2
-7
lines changed
  • packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/src/lib

1 file changed

+2
-7
lines changed

packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/src/lib/lib.component.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
import { Component, OnInit } from '@angular/core';
9+
import { Component } from '@angular/core';
1010

1111
@Component({
1212
selector: 'lib',
@@ -17,11 +17,6 @@ import { Component, OnInit } from '@angular/core';
1717
`,
1818
styles: []
1919
})
20-
export class LibComponent implements OnInit {
21-
22-
constructor() { }
23-
24-
ngOnInit() {
25-
}
20+
export class LibComponent {
2621

2722
}

0 commit comments

Comments
 (0)