Repository to show the main architecture areas, components, DI and routing
In order to follow this guide you must install angular CLI
, you can access the official documentation here.
$ npm install -g @angular/cli
In order to update the angular cli
npm uninstall -g @angular-cli
npm install -g @angular/cli@<version>
Also if we want to update our project references follow this stackoverflow issue
Because there are multiple breaking changes between versions we can refer the following guide to update