adspace
What are the new features of angular 2? Why you used angular 2?
Answer Posted / 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 View All Answers
What is a dynamic route in angularjs and how do you implement it?
What is the latest version of angular?
How to use primeng in angular 4?
How to create angularjs filter which outputs html?
How to get and log an error in angular 4?
What is the latest angular?
How to implement a datagrid table with angular 2 and primeng?
Which version you are using js?
Give the example of angularjs strings?
Angularjs dependency injection of value inside of the module.config?
How an object or function can get a hold of its dependencies?
How to enable html5 mode in angular 1.x?
How can primeng be used with angular2?