improvements in pending task

This commit is contained in:
tiago.kayaya
2021-04-30 10:06:54 +01:00
parent b7337ab9dd
commit 84dad542aa
15 changed files with 562 additions and 13 deletions
@@ -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 { PendentesPageRoutingModule } from './pendentes-routing.module';
import { PendentesPage } from './pendentes.page';
@NgModule({
imports: [
CommonModule,
FormsModule,
IonicModule,
PendentesPageRoutingModule
],
declarations: [PendentesPage]
})
export class PendentesPageModule {}