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

Is it possible to use in Angular 7? #29

Closed
seidme opened this issue Jan 19, 2022 · 1 comment
Closed

Is it possible to use in Angular 7? #29

seidme opened this issue Jan 19, 2022 · 1 comment

Comments

@seidme
Copy link

seidme commented Jan 19, 2022

First of all great work, made my day when I stumbled upon this repo!

I'm trying to use it in Angular 7, but when I import KtdGridModule it throws the following error:
image

I suppose it's some versioning issue, any idea?

Thanks ^^

@seidme seidme changed the title Is it possible to use in Angular 7 Is it possible to use in Angular 7? Jan 19, 2022
@llorenspujol
Copy link
Contributor

Angular 7 is not supported.

The minor Angular version you can use with @katoid/angular-grid-layout@0.2.0 is Angular 9. But, this is an 'unofficial' support.
@katoid/angular-grid-layout@0.2.0 is build in angular@^11.0.0, so the angular application that consumes it should preferably use an angular version >= 11.0.0.

I suggest you upgrade your angular version to 11 or greater. If this is impossible, you can fork this project and downgrade Angular to version 7.

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

2 participants