AhmedMoalla / angular-architecture

Examples of Angular Architecture Concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Examples of Angular Architecture Concepts


Languages

Language:TypeScript 81.3%Language:HTML 9.5%Language:JavaScript 8.0%Language:CSS 1.2%