From e108646d4370a3df751d98b8fc296fc24b1cebfe Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 17 Mar 2020 22:28:42 +0200 Subject: [PATCH] build(docs-infra): update project structure to cli@9 5/12 (`polyfills.ts`) (#36015) Update `polyfills.ts` (`import './zone-flags.ts'` --> `import './zone-flags'`). PR Close #36015 --- aio/tools/examples/shared/boilerplate/cli/src/polyfills.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/tools/examples/shared/boilerplate/cli/src/polyfills.ts b/aio/tools/examples/shared/boilerplate/cli/src/polyfills.ts index cf065a94b9..cd7cfe977d 100644 --- a/aio/tools/examples/shared/boilerplate/cli/src/polyfills.ts +++ b/aio/tools/examples/shared/boilerplate/cli/src/polyfills.ts @@ -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. *