0 votes
in Angular by

What is the difference between AngularJS and Angular?

1 Answer

0 votes
by

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:-

AngularJSAngular
It is based on MVC architectureThis is based on Service/Controller
It uses JavaScript to build the applicationUses TypeScript to build the application
Based on controllers conceptThis is a component based UI approach
No support for mobile platformsFully supports mobile platforms
Difficult to build SEO friendly applicationEase to build SEO friendly applications

Related questions

0 votes
asked Dec 16, 2023 in Angular by AdilsonLima
0 votes
asked Dec 15, 2023 in Angular by AdilsonLima
...