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