What is the difference between angularjs and angular?
Answer / Kavita Yadav
AngularJS (v1.x) was developed by Google in 2010, while Angular (Angular v2+) was released as a complete rewrite of AngularJS in 2016. The main differences are that Angular is written in TypeScript, uses a component-based architecture, has improved performance due to the new renderer (Ivy), and includes modern features like tree shaking and modularity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is this project called "AngularJS"? Why is the namespace called "ng"?
What is hoisting in js?
What are events in angularjs?
What are event emitters?
What is event target value?
What is scope emit?
What are types in typescript?
What is model in angular?
Explain components in angular 2?
What is link?
What is difference between $window and window in AngularJS?
What is singleton pattern? How does angular use it?