Skip to content

Instantly share code, notes, and snippets.

@samuelsilvadev
Last active February 25, 2018 18:01
Show Gist options
  • Save samuelsilvadev/9694bac7ff99006d4189bf631a42245c to your computer and use it in GitHub Desktop.
Save samuelsilvadev/9694bac7ff99006d4189bf631a42245c to your computer and use it in GitHub Desktop.
Annotations to manipulate DOM in ANGULAR
  • @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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment