hggeorgiev / ngx-image-editor

Awesome image editor for Angular 6
MIT License
72 stars 36 forks source link

Error: Can't resolve '@angular/cdk/rxjs' #8

Closed machucarro closed 6 years ago

machucarro commented 6 years ago

the ngx-image-editor.es5.js provided in the npm package version 1.3.0 has a reference to @angular/cdk/rxjs which throws an error because it has been removed from angular/cdk in Angular 5

https://stackoverflow.com/questions/47199138/error-cant-resolve-angular-cdk-rxjs

Steps to reproduce:

bromike commented 6 years ago

Have you found a fix? At least something temporary?

mrtmeeseeks commented 6 years ago

The reason it doesn't work is because the editor is using angular material 2 and an older version of angular flex layout. Once i upgrade them the latest versions you will be good to use with the latest versions of Angular, Angular Material and Angular Flex Layout. I will upgrade everything this weekend.

mrtmeeseeks commented 6 years ago

I upgraded the dependencies so everything should be fine now.