irossimoline/angular4-material-table

Upgrade to Angular 9

Opened this issue · 1 comments

Angular 9 changes some package. A new compilation is required.

When using angular4-material-table@0.8.0 with angular @9.1.6, i get this error :

'.
      Type '() => import("/home/blavenie/myApp/node_modules/@angular/forms/forms").FormGroup' is not assignable to type '() => import("/home/blavenie/myApp/node_modules/angular4-material-table/node_modules/@angular/forms/forms").FormGroup'.
        Type 'import("/home/blavenie/myApp/node_modules/@angular/forms/forms").FormGroup' is not assignable to type 'import("/home/blavenie/myApp/node_modules/angular4-material-table/node_modules/@angular/forms/forms").FormGroup'.