You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we are trying to use your masonry lib in our angular/ionic5 app.
Importing your lib like thisimport '@appnest/masonry-layout';we run into errors like this.
[ng] node_modules/@appnest/masonry-layout/masonry-layout.d.ts:53:9 - error TS1086: An accessor cannot be declared in an ambient context.
[ng] 53 get debounce(): number;
[ng] ~~~~~~~~
[ng] node_modules/@appnest/masonry-layout/masonry-layout.d.ts:57:17 - error TS1086: An accessor cannot be declared in an ambient context.
[ng] 57 private get $columns();
[ng] ~~~~~~~~
Can you help?
The text was updated successfully, but these errors were encountered:
Hello, we are trying to use your masonry lib in our angular/ionic5 app.
Importing your lib like this
import '@appnest/masonry-layout';
we run into errors like this.Can you help?
The text was updated successfully, but these errors were encountered: