Benoit Lavenier
Benoit Lavenier
- Fix issue #19 - Use review comments of https://github.com/abstractj/kalium/pull/64
Angular 9 changes some package. A new compilation is required.
- `npm i` send and error `premature close`, because package.json is missing - merge PR https://github.com/andyshora/angular-image-crop/pull/28 - merge PR https://github.com/andyshora/angular-image-crop/pull/30 - merge PR https://github.com/andyshora/angular-image-crop/pull/31 - merge PR https://github.com/andyshora/angular-image-crop/pull/33
I use angular-image-crop, declared in my package.sjon : ```json { "dependencies": { "@bower_components/angular-image-crop": "andyshora/angular-image-crop#v2.0.0", } } ``` but `npm i` send an error : ``` 2593 silly fetchPackageMetaData error for...
### DESCRIPTION Be able to display ink effectes on a selection of element When using `ionicMaterialInk.displayEffect` on controller, some .ink elements are update more than once. This is not well...