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
- Getting Started
- [The Basic](docs/thebasic.md)
- Components
- Databinding
- Directives
- Services
- Dependency Injection
- Routing
- Observables
- Forms
- Pipes
- Http
- Authentication
- Dynamic Components
- Optimizations
- NgModules
- Deployment
- Animations
- Testing
- [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)

View File

View File

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

View File