DAY 1
Introduction
- What is Angular?
- Overview of Angular Apps
- Modules
- Components
- Services
- Directives
- Setting Up
- Installing Node
- Installing TypeScript
- Installing Typings
- Installing Angular CLI
- TypeScript Editor
- Chrome Browser
- Creating a New Project with Angular CLI
- Project File Review
- Editing Our First Angular Component
Creating and Using Components
- Creating Our First Component
- Using Our Created Component
- app.module.ts
- Component Templates
- Displaying a line with *ngFor
- Services
- Dependency Injection
- providers
Bindings
- Property Binding
- CSS Class Binding
- Binding to User Input Events
- Example Application