Skip to content

Commit 2335c1f

Browse files
alan-agius4dgp1130
authored andcommitted
fix(@schematics/angular) remove file extension from zone flags comment
1 parent 8deb4cb commit 2335c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/files/src/polyfills.ts.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* will put import in the top of bundle, so user need to create a separate file
3636
* in this directory (for example: zone-flags.ts), and put the following flags
3737
* into that file, and then add the following code before importing zone.js.
38-
* import './zone-flags.ts';
38+
* import './zone-flags';
3939
*
4040
* The flags allowed in zone-flags.ts are listed here.
4141
*

0 commit comments

Comments
 (0)