Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWIP Switch to Angular CLI #10624
WIP Switch to Angular CLI #10624
Conversation
|
@wmarques Can you fix conflicts? |
|
@DanielFran I think it will be for the v7, I want to test this well and to check if we don't lost performances |
| @@ -60,6 +60,8 @@ | |||
| "zone.js": "0.10.2" | |||
| }, | |||
| "devDependencies": { | |||
| "@angular-builders/custom-webpack": "^8.2.0", | |||
This comment has been minimized.
This comment has been minimized.
| @@ -60,6 +60,8 @@ | |||
| "zone.js": "0.10.2" | |||
| }, | |||
| "devDependencies": { | |||
| "@angular-builders/custom-webpack": "^8.2.0", | |||
| "@angular-devkit/build-angular": "^0.803.3", | |||
This comment has been minimized.
This comment has been minimized.
| @@ -18,4 +18,4 @@ | |||
| -%> | |||
| import 'core-js/proposals/reflect-metadata'; | |||
| import 'zone.js/dist/zone'; | |||
| require('../manifest.webapp'); | |||
| //require('../manifest.webapp'); | |||
This comment has been minimized.
This comment has been minimized.
|
This PR needs a rebase to fix conflicts. |
|
Yep I'll work on it during the month |
CLAassistant
commented
Apr 20, 2020
|
|
|
@wmarques : what is the state of your PR ? The original ticket is opened for too long (8 months) |


wmarques commentedOct 15, 2019
•
edited
Fixes #10539
As discussed, given the opportunities offered by the Angular CLI, we can now extend their config with ours so IMO we should move into Angular CLI.
This offers some advantages:
We could even go further with the Angular CLI schematics, for example we could do an Entity schematic to generate an entity page.
Still Todo:
ng testJest support