feta(build): update to Angular 8. Use Angular CLI instead of ngm for building. Ensure compatibility with Ivy on application side. #1107

Merged
earshinov merged 10 commits from update-to-angular8 into development 2019-10-23 09:49:48 +00:00
Showing only changes of commit 2888f4cb11 - Show all commits

View File

@@ -17,6 +17,13 @@
"noUnusedParameters": false,
"lib": ["dom", "es6"]
},
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
"flatModuleOutFile": "ng2-file-upload.js",
"flatModuleId": "ng2-file-upload"
},
"include": [
"../scripts/typings.d.ts"
],