w11k / angular-sticky-things

Sticky Directive for Angular 2+

Home Page:https://w11k.github.io/angular-sticky-things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HostBindings not working with ChangeDetectionStrategy.OnPush

aleesaan opened this issue · comments

If the app uses ChangeDetectionStrategy.OnPush (good practice to avoid unnecessary change detection cycles), the classes from the HostBindings won't be applied.

@aleesaan does this issue still exist?