- Notifications
You must be signed in to change notification settings - Fork0
mahi889/angular-architecture
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This code sample demonstrates different Angular Architecture concepts. It's used in the Angular Architecture and Best Practices video course on Pluralsight (https://www.pluralsight.com/courses/angular-architecture-best-practices) and in the Angular Architecture and Best Practices instructor-led training course (https://codewithdan.com/products/angular-architecture).
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
- Cloning - Run the project in the
cloning
folder - Input/Output Properties - Run the project in the
input-output-demo
project - Shared Library - Run the project in the
shared-library-example
project - State Management - Open the
state-management
folder and run the NgRx, ngrx-data, or Observable Store projects
You can find an example of an application that follows the rules in this course athttps://github.com/DanWahlin/Angular-JumpStart
About
Examples of Angular Architecture Concepts
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- TypeScript77.1%
- HTML12.4%
- JavaScript6.6%
- SCSS3.0%
- CSS0.9%