ng-sortgrid
ng-sortgrid copied to clipboard
Can't apply the directive
It fails at this step
import {NgsgModule} from 'ng-sortgrid'
...
@NgModule({
imports: [BrowserModule, NgsgModule],
//...
})
...
Cannot find module 'ng-sortgrid' or its corresponding type declarations
Value at position 1 in the NgModule.imports of AppModule is not a reference Value could not be determined statically
I'm using Angular 14