Angular question detail
What is the difference between AngularJS and Angular?
AngularJS (version 1.x) is a JavaScript framework, whereas Angular (version 2+) is a complete rewrite of AngularJS using TypeScript, providing better performance, mobile support, modularity, and a more modern architecture.
Here are some of the major differences in tabular format:-
| AngularJS | Angular |
|---|---|
| It is based on MVC architecture | This is based on Service/Controller |
| It uses JavaScript to build the application | Uses TypeScript to build the application |
| Based on controllers concept | This is a component based UI approach |
| No support for mobile platforms | Fully supports mobile platforms |
| Difficult to build SEO friendly application | Ease to build SEO friendly applications |