Explain the architecture of angular 2?
Answer / Ghanistha Kumar Maury
Angular 2's architecture is based on components, directives, services, and modules. Components represent parts of the UI, directives extend HTML syntax to create custom behaviors, services provide shared functionality, and modules organize components and services into reusable pieces.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to setup angular 2 in visual studio 2017 mvc 5 / 6?
What are the main components of routing in angualr 2?
What is angular cli json?
What are the key components of angular 2?
What are the new features in angular 4?
What are angular prefixes $ and $$?
What is decorator in angular 2?
What is ng-content directive in angular?
How to create a component in angular 2?
Explain different types of component decorators in angular 4?
How to share information between controllers in AngularJS?
What is data binding in angular?