-
@ViewChild
- It's a DOM querie
- There are @ViewChild and @ViewChildren.
- These decorators work in pair with template reference variables
-
ElementRef
-
TemplateRef
-
ViewRef
- Embedded Views: which are linked to a Template
- Host Views: which are linked to a Component
-
ViewContainerRef
- It's a container where one or more views can be attached.
-
References
Last active
February 25, 2018 18:01
-
-
Save samuelsilvadev/9694bac7ff99006d4189bf631a42245c to your computer and use it in GitHub Desktop.
Annotations to manipulate DOM in ANGULAR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment