1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

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]
This commit is contained in:
Uma Das
2022-10-12 17:03:19 +05:30
committed by GitHub
parent d78ca8072b
commit 95724f621a
2 changed files with 12 additions and 2 deletions

View File

@@ -1 +1,7 @@
# Routing
# Routing
Routing in Angular allows the users to create a single-page application with multiple views and allows navigation between them.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://angular.io/guide/routing-overview'>Angular Routing</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://angular.io/guide/router'>Common Routing Tasks</BadgeLink>

View File

@@ -1 +1,5 @@
# Angular basics
# 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.