Skip to content

Commit 06dc095

Browse files
cexbrayatdgp1130
authored andcommitted
refactor(@schematics/angular): remove empty constructor from directive template
Align directive template with the component template cleanup done in 301b566.
1 parent e2f95fc commit 06dc095

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/schematics/angular/directive/files/__name@dasherize__.__type@dasherize__.ts.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ import { Directive } from '@angular/core';
55
standalone: false,<%}%>
66
})
77
export class <%= classifiedName %> {
8-
9-
constructor() { }
10-
118
}

0 commit comments

Comments
 (0)