From 95724f621a459aaf7e7f8d9a9bd71a3649d28b12 Mon Sep 17 00:00:00 2001 From: Uma Das <61022623+CodeWithUma@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:03:19 +0530 Subject: [PATCH] Add content to Angular Roadmap:Basics (#2428) * Add content to Angular Roadmap - Basics - Dependency Injection * Add content to Angular Roadmap:Basics[Routing] * Add content to Angular Roadmap:Basics[Routing] --- .../104-angular/content/102-angular-basics/106-routing.md | 8 +++++++- .../104-angular/content/102-angular-basics/readme.md | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/content/roadmaps/104-angular/content/102-angular-basics/106-routing.md b/content/roadmaps/104-angular/content/102-angular-basics/106-routing.md index 5904c1e21..a1695dfa8 100644 --- a/content/roadmaps/104-angular/content/102-angular-basics/106-routing.md +++ b/content/roadmaps/104-angular/content/102-angular-basics/106-routing.md @@ -1 +1,7 @@ -# Routing \ No newline at end of file +# Routing + +Routing in Angular allows the users to create a single-page application with multiple views and allows navigation between them. + +Free Content +Angular Routing +Common Routing Tasks \ No newline at end of file diff --git a/content/roadmaps/104-angular/content/102-angular-basics/readme.md b/content/roadmaps/104-angular/content/102-angular-basics/readme.md index 926b35ecd..d4e8db216 100644 --- a/content/roadmaps/104-angular/content/102-angular-basics/readme.md +++ b/content/roadmaps/104-angular/content/102-angular-basics/readme.md @@ -1 +1,5 @@ -# Angular basics \ No newline at end of file +# Angular Basics + +Angular is an strong front-end JavaScript framework which means that it enforces a certain style of application development and project structure that developers need to follow to develop apps with Angular. However, it also offers enough flexibility to allow you to structure your project in an understandable and manageable manner. + +In this module, we will have a look at some of the most basic concepts that you need to understand before diving into the framework with more advanced concepts. \ No newline at end of file