angular4-material-table icon indicating copy to clipboard operation
angular4-material-table copied to clipboard

Upgrade to Angular 9

Open blavenie opened this issue 5 years ago • 1 comments

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

blavenie avatar May 12 '20 13:05 blavenie

When using [email protected] 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'.

blavenie avatar May 12 '20 13:05 blavenie