This code sample demonstrates different Angular Architecture concepts.
-
Install the Angular CLI:
npm install -g @angular/cli
-
Open the
demos
folder and runnpm install
-
Run
ng serve -o
in thedemos
folder to start the server and launch the app
You can find an example of an application that follows the rules in this course at https://github.com/DanWahlin/Angular-JumpStart