udemy.angular/README.md
2021-12-16 15:16:28 +01:00

20 lines
728 B
Markdown

# Angular - The Complete Guide (2021 Edition) (Udemy)
## Course Structure
- [Getting Started](docs/angularcommands.md)
- [The Basic](docs/thebasic.md)
- [Components & Databinding](docs/component_databinding.md)
- [Directives](docs/directives.md)
- [Services and Dependency Injection](docs/services_dipendencyinjection.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)