Explain the architecture of angular 2?



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

Post New Answer

More AngularJS Interview Questions

How to setup angular 2 in visual studio 2017 mvc 5 / 6?

1 Answers  


What are the main components of routing in angualr 2?

1 Answers  


What is angular cli json?

1 Answers  


What are the key components of angular 2?

1 Answers  


What are the new features in angular 4?

1 Answers  


What are angular prefixes $ and $$?

1 Answers  


What is decorator in angular 2?

1 Answers  


What is ng-content directive in angular?

1 Answers  


How to create a component in angular 2?

1 Answers  


Explain different types of component decorators in angular 4?

1 Answers  


How to share information between controllers in AngularJS?

1 Answers  


What is data binding in angular?

1 Answers  


Categories