ngx-image-editor icon indicating copy to clipboard operation
ngx-image-editor copied to clipboard

Awesome image editor for Angular 6

Results 11 ngx-image-editor issues
Sort by recently updated
recently updated
newest added

**Angular 9** import { NgxImageEditorModule } from "ngx-image-editor"; @NgModule({ imports: [ NgxImageEditorModule ] })

I imported NgxImageEditorModule and I get this error !! > ERROR Error: Uncaught (in promise): Error: BrowserModule has already been loaded. If you need access to common directives such as...

dependency is becoming heavy for application avoid them

Angular7 Can't bind to 'config' since it isn't a known property of 'ngx-image-editor'. 1. If 'ngx-image-editor' is an Angular component and it has 'config' input, then verify that it is...

is there any way to change the labels?

I Upload a new file, using a input type file , and recover de file and set the file into config code , but , I cant see the changes...

Currently I cannot save image in Microsoft edge browser. I see message in console: Function expected at NgxImageEditorComponent.prototype.saveImage. I think It's because edge doesn't support File constructor. Can you add...

my package.json is `{ "name": "cms", "version": "1.1.1", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" },...