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 |
How can you add an active class to a selected element in a list component?
Give the example of angularjs strings?
Is react js in demand?
Is angular js is a library, framework or plugins?
What is one way data binding in angularjs?
What is ng content in angular?
What is a scope in AngularJS?
What is factory in angularjs?
How to use filter in angular js?
Is angular front end?
Mention what are the advantages of using angularjs?
Is angular from google?