What are the new features of angular 2? Why you used angular 2?



What are the new features of angular 2? Why you used angular 2?..

Answer / Kaushalender Kumar

Angular 2 introduced several new features compared to AngularJS, including:
1. Component-based architecture for improved modularity and scalability.
2. TypeScript for static typing and better tooling support.
3. Dependency injection system for managing dependencies between components and services.
4. Directives like @Component, @Directive, @Pipe, and @Injectable to simplify development.
5. RxJS Observables for handling asynchronous data streams.
6. Shadow DOM for encapsulating component styles and improving performance.
7. A more streamlined approach to two-way data binding.
8. Improved server-side rendering support (Angular Universal).
9. Angular CLI for scaffolding, building, and serving the application.
10. A more opinionated framework for better consistency and predictability.
I used Angular 2 because it offered a modern and more efficient way of building applications compared to its predecessor.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

How can you add an active class to a selected element in a list component?

1 Answers  


Give the example of angularjs strings?

0 Answers  


Is react js in demand?

1 Answers  


Is angular js is a library, framework or plugins?

1 Answers  


What is one way data binding in angularjs?

1 Answers  


What is ng content in angular?

1 Answers  


What is a scope in AngularJS?

1 Answers  


What is factory in angularjs?

1 Answers  


How to use filter in angular js?

1 Answers  


Is angular front end?

1 Answers  


Mention what are the advantages of using angularjs?

1 Answers  


Is angular from google?

1 Answers  


Categories