mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
cropp componet created
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
|
||||
import { CropImagePageRoutingModule } from './crop-image-routing.module';
|
||||
|
||||
import { CropImagePage } from './crop-image.page';
|
||||
import { ImageCropperModule } from 'ngx-image-cropper';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
CropImagePageRoutingModule,
|
||||
ImageCropperModule
|
||||
],
|
||||
declarations: [CropImagePage]
|
||||
})
|
||||
export class CropImagePageModule {}
|
||||
Reference in New Issue
Block a user