matheusdavidson / angular-cropperjs

CropperJS integration for Angular +6
MIT License
109 stars 69 forks source link

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

Open frontr-uk opened 5 years ago

frontr-uk commented 5 years ago

// 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'.

ghost commented 5 years ago

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