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 |
Write ajax call syntax?
What is use of $routeprovider in angular js?
What is material in angular?
When should you use json web tokens?
What is two way data binding angularjs?
How to disable a control or element in angularjs?
What do you understand by validation of data in angularjs?
What is aot and jit in angular?
What are the advantages of angular 2 ?
Explain ngfor and nglf? 20. What is hoisting in js?
Difference between constructor and ngoninit?
What is string interpolation?