irossimoline / angular4-material-table

Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.
MIT License
55 stars 25 forks source link

Upgrade to Angular 9 #45

Open blavenie opened 4 years ago

blavenie commented 4 years ago

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

blavenie commented 4 years ago

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'.