shlomiassaf / ngrid

A angular grid for the enterprise

Home Page:https://shlomiassaf.github.io/ngrid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with Angular 16/17

EricWhite614 opened this issue · comments

This repo is not compatible with Angular 16/17

There is a work around for 16 by importing legacy-paginator inside the Material.module

  • import { MatLegacyPaginatorModule as MatPaginatorModule } from '@angular/material/legacy-paginator';

For angular 17 legacy-paginator is removed and there is no way to upgrade.

Can we get an update so I can upgrade Angular to v17?