angular-cropperjs icon indicating copy to clipboard operation
angular-cropperjs copied to clipboard

s/angular-cropperjs"' has no exported member 'AngularCropperjsComponent'.

Open createbuildship opened this issue 7 years ago • 1 comments

// Import AngularCropperjsComponent import { AngularCropperjsComponent } from 'angular-cropperjs';

// Get with @ViewChild @ViewChild('angularCropper') public angularCropper: AngularCropperjsComponent;

ERROR:

/node_modules/angular-cropperjs/angular-cropperjs"' has no exported member 'AngularCropperjsComponent'.

createbuildship avatar Oct 14 '18 14:10 createbuildship

The component name changed from AngularCropperjsComponent to CropperComponent. Try replacing AngularCropperjsComponent with CropperComponent

ghost avatar Oct 30 '18 10:10 ghost