makseo / ng2-sticky

Angular 2+ solution to make elements stick during scrolling.
https://domainlines.com
MIT License
92 stars 50 forks source link

[master]: Make isStuck non-private so that other components can us bo… #50

Closed OskarsPakers closed 6 years ago

OskarsPakers commented 6 years ago

Make isStuck non-private so that other components can us the flags outcome. Example:

<sticky #sticky>
    <case-header>
      [collapsed]="sticky.isStuck">
    </case-header>
  </sticky>