What is the difference between angular 1(angularjs) and angular?



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

Post New Answer

More AngularJS Interview Questions

What are the main features in angular js?

1 Answers  


What is routing in angular 2?

1 Answers  


What are the possible ways to bind component properties to an associated template?

1 Answers  


What is angular cli?

1 Answers  


Can we use react in angular?

1 Answers  


What do you know about injector?

1 Answers  


What is service heroservice?

1 Answers  


What is compilation in angular? What types of compilations are used in angular?

1 Answers  


What is the difference between a unit and end-to-end (e2e) test in angularjs?

1 Answers  


We already use angular 1, why do we need an angular 2?

1 Answers  


What is the purpose of transclusion?

1 Answers  


What is components in angular 2?

1 Answers  


Categories