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 |
Name the key features of angular js?
Mention some angularjs directives and their purpose?
How do we include css file ins. The component except using styleurls property?
How to upload file in angular js?
What is representational state transfer (rest) in angularjs?
How to define multiple restrict options on a directive in angularjs?
What is the difference between $scope and scope in angular?
How to handle xss vulnerability scenarios in angular?
What is the difference between constructor and ngonlnit in angular js?
How to starting angular 4 apps using ionic 3 cli commands?
Explain directives?
Does webpack remove unused imports?