Search code examples
angularangular2-hostbinding

What could I have like parameter to @HostBinding decorator?


Can't find documentation for it.

From examples I got 3 cases:

  • @HostBinding("attr.something")

  • @HostBinding("class.something")

  • @HostBinding("style.something")

but is there more?


Solution

  • As per written in this link by Thierry Templier who is also active in this group if I remember correctly :) Picture is from post from that website.

    HostBinding