Skip to content

Commit b16eb94

Browse files
aanchal88alan-agius4
authored andcommitted
refactor: remove unused constructor method
(cherry picked from commit a4e3f53)
1 parent a343754 commit b16eb94

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import { Injectable } from '@angular/core';
1111
@Injectable()
1212
export class LibService {
1313

14-
constructor() { }
15-
1614
testEs2016() {
1715
return ['foo', 'bar'].includes('foo');
1816
}

0 commit comments

Comments
 (0)