ng-sortgrid icon indicating copy to clipboard operation
ng-sortgrid copied to clipboard

Can't apply the directive

Open atorres16 opened this issue 1 year ago • 0 comments

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

atorres16 avatar Mar 22 '23 13:03 atorres16