What is difference between $document and window.document in AngularJS?
Answer Posted / chaitanya
$document is an Angular service which reference to the browser's window.document object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is npm command?
What is a scope in AngularJS?
What angular js routes does?
What's new in angular 8?
What is angular json file?
Explain different types of component decorators in angular 4?
Compare the features of AngularJS and jQuery?
Is angularjs a framework, library or a plugin?
How will you transfer data between two controllers?
What is the difference between [ngfor] and [ngforof]?
Explain ng-app directive?
How to get user input from a template reference variable?
Can angularjs connect to database?
Can AngularJS have multiple ng-app directives in a single page?
How can you differentiate between angular expressions and javascript expressions?