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

Add Angular definition and official docs link (#1179)

This commit is contained in:
Abhishek Jindal
2022-03-13 00:18:12 +05:30
committed by GitHub
parent ced5131131
commit 2812f87714

View File

@@ -1 +1,6 @@
# Angular
# Angular
Angular is a component based front-end development framework built on TypeScript which includes a collection of well-integrated libraries that include features like routing, forms management, client-server communication, and more.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://angular.io/start'>Official - Getting started with Angular</BadgeLink>