udemy.angular/README.md

22 lines
348 B
Markdown
Raw Normal View History

2021-09-13 19:05:21 +02:00
# Angular - The Complete Guide (2021 Edition) (Udemy)
## Course Structure
- Getting Started
2021-09-28 21:03:37 +02:00
- [The Basic](docs/thebasic.md)
- Components
- Databinding
2021-09-13 19:05:21 +02:00
- Directives
2021-09-28 21:03:37 +02:00
- Services
- Dependency Injection
2021-09-13 19:05:21 +02:00
- Routing
- Observables
- Forms
- Pipes
- Http
- Authentication
2021-09-28 21:03:37 +02:00
- Dynamic Components
- Optimizations
- NgModules
2021-09-13 19:05:21 +02:00
- Deployment
2021-09-28 21:03:37 +02:00
- Animations
- Testing