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 |
Explain different filters provided by angularjs?
What do you understand by dirty checking in angular?
Explain what is directive and mention what are the different types of directive?
What is pure pipe in angular?
What is controller in angular?
What are the benefits of dependency injection?
Explain the difference between angular and angularjs?
Format date time in angular js?
How we can set http request header in angular 2 and angular 4?
How to define a spec in jasmine?
Explain what is key difference between angular expressions and JavaScript expressions?
How to create & call angular 2 services in components?