mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Edit task detail page and add integration methods
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
|
||||
import { EventActionsPopoverPageRoutingModule } from './event-actions-popover-routing.module';
|
||||
|
||||
import { EventActionsPopoverPage } from './event-actions-popover.page';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
EventActionsPopoverPageRoutingModule
|
||||
],
|
||||
declarations: [EventActionsPopoverPage]
|
||||
})
|
||||
export class EventActionsPopoverPageModule {}
|
||||
Reference in New Issue
Block a user