makseo / ng2-sticky

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

Failed AOT build #58

Closed MatviiStelmakh closed 4 years ago

MatviiStelmakh commented 4 years ago

Angular 8.2. "ng2-sticky-kit": "^6.1.0"

Failed AOT build

<div sticky sticky-offset-top="64" sticky-orientation="right"> ... </div>

ERROR in (1,1): Directive StickyComponent, Expected 0 arguments, but got 1. (1,1): Directive StickyComponent, Expected 0 arguments, but got 1. (1,1): Directive StickyComponent, Expected 0 arguments, but got 1. src/app/components/projects/components/project-page/project-page.component.html(94,7): Directive StickyComponent, Expected 0 arguments, but got 1. src/app/components/projects/components/project-page/project-page.component.html(94,7): Directive StickyComponent, Expected 0 arguments, but got 1. src/app/components/projects/components/project-page/project-page.component.html(94,7): Directive StickyComponent, Expected 0 arguments, but got 1.

Tried also with v5.3.0