Skip to content

Commit

Permalink
fix(@schematics/angular) remove file extension from zone flags comment
Browse files Browse the repository at this point in the history
(cherry picked from commit 2335c1f)
  • Loading branch information
alan-agius4 authored and dgp1130 committed Feb 12, 2020
1 parent 449ae96 commit 261209c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* will put import in the top of bundle, so user need to create a separate file
* in this directory (for example: zone-flags.ts), and put the following flags
* into that file, and then add the following code before importing zone.js.
* import './zone-flags.ts';
* import './zone-flags';
*
* The flags allowed in zone-flags.ts are listed here.
*
Expand Down

0 comments on commit 261209c

Please sign in to comment.