How AngularJS compilation is different from other JavaScript frameworks?
Answer / chaitanya
It directly works on HTML DOM rather than strings and manipulates it as required. It uses two way data-binding between model and view to sync your data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an impure pipe?
What is event loop in javascript?
What is ng-app, ng-init, and ng-model?
What is pipe in angular?
How will you show/hide buttons and enable/disable buttons conditionally?
What are angular prefixes $ and $$?
Do I need to worry about security holes in AngularJS?
Do you know scope in angular?
What's new in angular 7?
What is route params?
What is the for root method?
How will you implement internationalization in angularjs?