What is difference between $document and window.document in AngularJS?
Answer / chaitanya
$document is an Angular service which reference to the browser's window.document object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is aot and jit in angular?
What is Dependency Injection in Angular 4?
What is the difference between ajax and angularjs?
What is the difference between an order and a directive?
Why is jit so fast?
What are angular expressions?
What is 'control html dom programmatically' in angularjs?
What is angular 2?
Explain event emitters in angular 2 and how it works?
How to create custom pipes in angular 2?
What is directive in angularjs?
What are directives? How to create and use custom directive in angularjs.