-
Angular is a Framework of JavaScript used to build web and mobile applications. Angular 8 is a client-side TypeScript based structure which is used to create dynamic web applications. Its first version was released by Google in 2012 and named as AngularJS. Angular 8 is the updated version of Angular 2.
-
Angular 8 is a great UI (User Interface) library for the developers. Angular is a reusable UI component helps us constructing attractive, consistent, and functional web pages and web application. Angular 8 is a JavaScript framework which makes us able to create an attractive Single Page Applications (SPAs).
-
This repository introduce the structure common about Angular 8. It will be seprated each small lesson with each readme. Please read README for each lesson.
-
Basic features:
Lesson 01: File Structure Module
Lesson 02: Components
Lesson 03: Directives
Lesson 04: Forms
Lesson 05: Data binding
Lesson 06: Pipes
Lesson 07: Routing
Lesson 08: Http Client -
Advance features:
Lesson 01: Dependency Injection
Lesson 02: Lazy loading
Lesson 03: Router guard
Lesson 04: Interceptor
Lesson 05: Rxjs Library
Lesson 06: Dynamic component
Lesson 07: Angular Animation
- Node.js, npm
Link to download: https://nodejs.org
Check version Node and Npm following command:node -v
npm -v - Angular CLI (Command Line Interface)
To install the Angular CLI, we have to write the following command:npm install –g @angular/cli
- An IDE for writing our code (VS code)
Link to download: https://code.visualstudio.com
- To create the Angular app, we have to write the following command:
ng new your-app