Update Docs

This commit is contained in:
francesco 2021-12-14 08:22:00 +01:00
parent 3409bdb858
commit 2508f97fa9
4 changed files with 18 additions and 17 deletions

View File

@ -3,20 +3,19 @@
## Course Structure ## Course Structure
- Getting Started - Getting Started
- [The Basic](docs/thebasic.md) - [The Basic](docs/thebasic.md)
- Components - [Components & Databinding](docs/component_databinding.md)
- Databinding - [Directives](docs/directives.md)
- Directives - [Services](docs/services.md)
- Services - [Dependency Injection](docs/dependency_injection.md)
- Dependency Injection - [Routing](docs/routing.md)
- Routing - [Observables](docs/observables.md)
- Observables - [Forms](docs/forms.md)
- Forms - [Pipes](docs/pipes.md)
- Pipes - [Http](docs/http.md)
- Http - [Authentication](docs/authentication.md)
- Authentication - [Dynamic Components](docs/dynamic_components.md)
- Dynamic Components - [Optimizations](docs/optimizations.md)
- Optimizations - [NgModules](docs/ngModules.md)
- NgModules - [Deployment](docs/deployment.md)
- Deployment - [Animations](docs/animations.md)
- Animations - [Testing](docs/testing.md)
- Testing

View File

View File

@ -0,0 +1,2 @@
# Component and databining

View File