@HostBinding and @HostListener are two decorators in Angular that can be really useful in custom directives. @HostBinding lets you set properties on the element or component that hosts the directive, and @HostL
You can help us out by using the "report an issue" button at the bottom of the tutorial. @HostBinding and@HostListener are two decorators in Angular that can be really useful in custom directives. @HostBinding lets you set properties on the element or component that hosts the directive, an...
Which @angular/* package(s) are the source of the bug? Don't known / other Is this a regression? Yes Description If using attribute HostBinding and styling a DIV element with the direct child selector, the styles are not applied. This happens only in a producton build. Reproduction: ap...