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

Angular 8 Ivy Support

michaelkrone opened this issue · comments

Compiling an application with angular-sticky-things as dependency fails with the following errors:

WARNING in Entry point '@w11k/angular-sticky-things' contains deep imports into '//Development/projekt/node_modules/rxjs/internal/scheduler/animationFrame'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

ERROR in Cannot combine @Input decorators with query decorators

This happens if in tsconfig.json the ivy compiler is enabled:

"angularCompilerOptions": {
    "enableIvy": true
},

hello @michaelkrone, I set up a new project with ivy enabled but couldn't reproduce the issue. can you please try again with the current latest version and check if the error still exists.