What is the difference between angular 1(angularjs) and angular?
Answer / Pritam Prag
AngularJS is a JavaScript framework developed by Google in 2010 for building dynamic web applications. Angular, also developed by Google, is a complete rewrite of AngularJS and was released in 2016 as Angular 2. The main difference is that Angular focuses on simplifying the development process with features like TypeScript, component-based architecture, and a focus on mobile development, while AngularJS uses JavaScript and follows a more MVC (Model-View-Controller) approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the main features in angular js?
What is routing in angular 2?
What are the possible ways to bind component properties to an associated template?
What is angular cli?
Can we use react in angular?
What do you know about injector?
What is service heroservice?
What is compilation in angular? What types of compilations are used in angular?
What is the difference between a unit and end-to-end (e2e) test in angularjs?
We already use angular 1, why do we need an angular 2?
What is the purpose of transclusion?
What is components in angular 2?