udemy.angular/README.md

21 lines
711 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)
2021-12-14 08:22:00 +01:00
- [Components & Databinding](docs/component_databinding.md)
- [Directives](docs/directives.md)
- [Services](docs/services.md)
- [Dependency Injection](docs/dependency_injection.md)
- [Routing](docs/routing.md)
- [Observables](docs/observables.md)
- [Forms](docs/forms.md)
- [Pipes](docs/pipes.md)
- [Http](docs/http.md)
- [Authentication](docs/authentication.md)
- [Dynamic Components](docs/dynamic_components.md)
- [Optimizations](docs/optimizations.md)
- [NgModules](docs/ngModules.md)
- [Deployment](docs/deployment.md)
- [Animations](docs/animations.md)
- [Testing](docs/testing.md)