mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Add new modal to edit task to approve
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
|
||||
import { EditEventToApproveComponentRoutingModule } from './edit-event-routing.module';
|
||||
|
||||
import { EditEventToApproveComponent } from './edit-event.page';
|
||||
import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-modal.page';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
EditEventToApproveComponentRoutingModule
|
||||
],
|
||||
declarations: [
|
||||
EditEventToApproveComponent,
|
||||
AttendeeModalPage
|
||||
]
|
||||
})
|
||||
export class EditEventToApproveComponentModule {}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user