You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File Name: ngx-photo-editor/photo-editor.css
In line 1 casing issue @import "~cropperjs/dist/cropper.css";
It's working now as @import "../cropperjs/dist/cropper.css";
in Angular 17
Please anyone review that and fix it.
The text was updated successfully, but these errors were encountered:
File Name:
ngx-photo-editor/photo-editor.css
In line 1 casing issue
@import "~cropperjs/dist/cropper.css";
It's working now as
@import "../cropperjs/dist/cropper.css";
in Angular 17
Please anyone review that and fix it.
The text was updated successfully, but these errors were encountered: