What is a dom in angular 2?
Answer / Sudheer
In Angular 2, DOM (Document Object Model) refers to a programming interface for HTML and XML documents. It represents the structure of a document as a tree of nodes and provides methods to access, manipulate, and update the elements in the document.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a provider in angularjs?
What is representational state transfer (rest) in angularjs?
What is pure pipe in angular?
What is routerstatesnapshot in angular?
What is injector bubbling?
How can observable objects be defined as?
Is angularjs difficult to learn?
What the best way to inject one service into another in angular 2?
How to set headers for every request in angular?
What is the use of typescript in angular2?
How does the dom work?
Explain the difference between constructor and ngoninit in angular 6?