From 2508f97fa9e5775bf6cf2ac69da6bc3d1fcc54dc Mon Sep 17 00:00:00 2001 From: francesco Date: Tue, 14 Dec 2021 08:22:00 +0100 Subject: [PATCH] Update Docs --- README.md | 33 ++++++++++++++++----------------- docs/component.md | 0 docs/component_databinding.md | 2 ++ docs/databinding.md | 0 4 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 docs/component.md create mode 100644 docs/component_databinding.md delete mode 100644 docs/databinding.md diff --git a/README.md b/README.md index 6804f17..bca5dbc 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- [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) \ No newline at end of file diff --git a/docs/component.md b/docs/component.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/component_databinding.md b/docs/component_databinding.md new file mode 100644 index 0000000..a39488d --- /dev/null +++ b/docs/component_databinding.md @@ -0,0 +1,2 @@ +# Component and databining + diff --git a/docs/databinding.md b/docs/databinding.md deleted file mode 100644 index e69de29..0000000