Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 484 Bytes

Angular Architecture

This code sample demonstrates different Angular Architecture concepts.

Running the Application

  1. Install the Angular CLI: npm install -g @angular/cli

  2. Open the demos folder and run npm install

  3. Run ng serve -o in the demos folder to start the server and launch the app

The Angular JumpStart Application

You can find an example of an application that follows the rules in this course at https://github.com/DanWahlin/Angular-JumpStart