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

Can't bind to config #407

Open
janniemeyer opened this issue Feb 21, 2022 · 0 comments
Open

Can't bind to config #407

janniemeyer opened this issue Feb 21, 2022 · 0 comments

Comments

@janniemeyer
Copy link

janniemeyer commented Feb 21, 2022

I am getting some errors on trying to use ngxGridsterItemPrototype directive in Angular 12:

Can't bind to 'config' since it isn't a known property of 'div'.

Can't bind to 'w' since it isn't a known property of 'div'.

Can't bind to 'h' since it isn't a known property of 'div'.

It looks like the directive is not registered properly as it is looking for properties of the div element, not the directive.
I have added everything that is mentioned on the readme page to my app.module.ts.
Is there anything I would have to do in addition to make the ngxGridsterItemPrototype directive work?

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