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 is ngzone service in angular?
Explain angular 4 providers.
What is the use of interceptors in angular?
What is the difference between observable and promises?
Explain expressions in angularjs?
What is async pipe in angular?
How are angularjs prefixes $ and $$ used?
What the different between a directive and component?
What is i18n and L10n?
What are the advantages and disadvantages of aot compilation?
What is ngafterviewchecked?
How to validate email in angular 4 using formgroup or custom regexp?