Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular / Ionic support #6

Open
mburger81 opened this issue Mar 26, 2020 · 0 comments
Open

Angular / Ionic support #6

mburger81 opened this issue Mar 26, 2020 · 0 comments

Comments

@mburger81
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant