What is the difference between AngularJS and Angular - amresh087/newronaRepos GitHub Wiki
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 |