Skip to content

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

License

Notifications You must be signed in to change notification settings

Lemoncode/angular-architecture-essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages