Overview Angular Boot Camp is a live class for teams building complex applications, covering introductory topics through advanced solutions.
- Introduction
- Angular Boot Camp Objectives
- What is Angular?
- Starting with Angular
- JavaScript, TypeScript, Angular
- Simplest Angular application & Development tooling
- The TypeScript module system
- Templates and bindings
- Multiple Components
- Multiple NgModules
- Lazy loading
- Building with Components
- Development tooling
- Starting a project with Angular CLI
- Essential built-in directives
- When to use the built-in pipes
- Class and style bindings
- Component data binding up and down
- Services, reactivity, and HTTP
- Dependency injection
- Creating services
- Observables
- The async pipe
- Application state, forms, navigation, and data flow
- Reactive forms
- Component-local State uses and problems
- Route as navigational state
- Sharing state with a Service
- NgRx Store – Elm/Redux Architecture
- NgRx Effects
- The smart/display component pattern
- Observable composing and chaining
- Which map operator?