From 261209cb524a1eb2305cd5cf799c754fedda41ac Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 11 Feb 2020 20:50:59 +0100 Subject: [PATCH] fix(@schematics/angular) remove file extension from zone flags comment (cherry picked from commit 2335c1f3bf6aa72f642c7e8419d5d0a8eda7090e) --- .../angular/application/files/src/polyfills.ts.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/application/files/src/polyfills.ts.template b/packages/schematics/angular/application/files/src/polyfills.ts.template index aa665d6b8740..03711e5d92cb 100644 --- a/packages/schematics/angular/application/files/src/polyfills.ts.template +++ b/packages/schematics/angular/application/files/src/polyfills.ts.template @@ -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. *