Files
developer-roadmap/src/data/roadmaps/angular/content/102-angular-basics/100-angularjs-vs-angular.md

9 lines
532 B
Markdown
Raw Normal View History

2023-01-02 04:47:46 +04:00
# AngularJS vs. Angular
AngularJS was the older version of Angular, whose support officially ended in January 2022. 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.
Visit the following resources to learn more:
2024-06-06 23:23:55 +01:00
- [@official@AngularJS Website](https://angularjs.org/)
- [@official@Official - Getting started with Angular](https://angular.io/start)