InterviewSolution
Saved Bookmarks
| 1. |
What is ElementRef in angular 4? |
|
Answer» ElementRef is BASICALLY a class or reference types used for abstraction. The class structure holds the native elements and ElementRef is used to access the native elements @COMPONENT({ ElementRef is used to break the ABREACTION rather than using SPECIFIC API DOM like textContent |
|