Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 800 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 800 Bytes

angular-architecture-essentials

Repository to show the main architecture areas, components, DI and routing

Setup

In order to follow this guide you must install angular CLI, you can access the official documentation here.

$ npm install -g @angular/cli

Update 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

Update Guide

Because there are multiple breaking changes between versions we can refer the following guide to update