What is AngularJS?
Answer / chaitanya
AngularJS is an open-source JavaScript framework developed by Google. It helps you to create single-page applications or one-page web applications that only require HTML, CSS, and JavaScript on the client side. It is based on MV-* pattern and allow you to build well structured, easily testable, and maintainable front-end applications.
| Is This Answer Correct ? | 3 Yes | 2 No |
What are directive behaviors?
How is it different from angularjs?
Why would you use renderer methods instead of using native element methods?
What is a class in angular?
Why $scope is used in angularjs?
What does a service mean in angularjs? Explain its built-in services?
What is entry point in angular?
What are events in angularjs?
What is display:block and display:none?
What is ng build?
How to use {}, [], [] and [()] in template using angular2?
What are the advantages of AngularJS?