From ec033ed2e70bc6463db973e533c7f100eeacd803 Mon Sep 17 00:00:00 2001 From: Oleksandr Hutsulyak Date: Thu, 28 Sep 2017 13:14:13 +0300 Subject: [PATCH] Fixed issue with '@angular/compiler-cli' renaming certain typescript imports --- generators/app/templates/src/_tsconfig.es5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/src/_tsconfig.es5.json b/generators/app/templates/src/_tsconfig.es5.json index c82cbca..0451360 100644 --- a/generators/app/templates/src/_tsconfig.es5.json +++ b/generators/app/templates/src/_tsconfig.es5.json @@ -18,7 +18,7 @@ "types": [] }, "angularCompilerOptions": { - "annotateForClosureCompiler": true, + "annotateForClosureCompiler": false, "strictMetadataEmit": true, "skipTemplateCodegen": true, "flatModuleOutFile": "<%= props.libraryName.kebabCase %>.js",