angular-upcrop
Version:
Library with upload and crop feature for Angular 6+
8 lines (7 loc) • 384 B
TypeScript
export * from './lib/upcrop.service';
export * from './lib/upcrop/upcrop.component';
export * from './lib/upcrop-dialog/upcrop-dialog.component';
export * from './lib/upcrop-crop/upcrop-crop.component';
export * from './lib/upcrop-upload/upcrop-upload.component';
export * from './lib/upcrop-image-preview/upcrop-image-preview.directive';
export * from './lib/angular-upcrop.module';