Is there any angular2 image crop directive like ngImgCrop
相关问题
- Angular RxJS mergeMap types
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- How to update placeholder text in ng2-smart-table?
- How to instantiate Http service in main.ts manuall
- Angular: ngc or tsc?
相关文章
- angular脚手架在ie9+下兼容问题
- angular 前端项目 build 报错 "Cannot find module 'le
- Angular Material Stepper causes mat-formfield to v
- After upgrade to Angular 9 cannot find variable in
- is there any difference between import { Observabl
- Suppress “Circular dependency detected” suppress w
- How can you get current positional information abo
- Angular material table not showing data
also check this for multiple uploader and cropper using angular typescript https://github.com/MMtechnolab/Angular-Typescript--2-8-Multiple-Image-Upload-and-Crop-.git Demo :http://mmangimgcrop.gear.host/ I had Also same issue in Angular 8 so i made some changes in ngx-image-cropper, It allows user to upload multiple images as u can see in below image
like this image it allows multiple image selection from your local system
and crop them by selecting Image Image Cropper
Yes we can use
ng2-img-cropper
component for the same, you just have to install the package named as ng2-img-cropper from the node usingthan just use the component by importing
import {ImageCropperComponent, CropperSettings, Bounds} from 'ng2-img-
cropper';Working plunker here For more info see here,