Angular is a completely revived component-based framework in which an application is a tree of individual components.
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 |