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 6cb3f87e57 - Show all commits

View File

@@ -52,12 +52,6 @@
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng2-file-upload:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
@@ -79,27 +73,6 @@
}
}
}
},
"ng2-file-upload-e2e": {
"root": "demo/e2e",
"sourceRoot": "demo/e2e",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "protractor.conf.js",
"devServerTarget": "ng2-file-upload:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [],
"exclude": []
}
}
}
}
},
"defaultProject": "ng2-file-upload",