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 differences between template and templateurl?
What classes should I add to module's declarations?
Explain what string interpolation is in angularjs?
What is default scope in a angular directive?
What are the components?
How to define a spec in jasmine?
What is lazy loading and why is it used for angular?
Explain jquery selector?
What is @injectable()? Why use?
What is ng-switch in angularjs?
How do you define a transition between two states in angular?
What is string interpolation?