mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
improve
This commit is contained in:
@@ -52,6 +52,8 @@ import { MatDialogModule } from '@angular/material/dialog';
|
||||
],
|
||||
declarations: [
|
||||
CreateProcessPage
|
||||
]
|
||||
],
|
||||
exports: [CreateProcessPage],
|
||||
entryComponents: [CreateProcessPage]
|
||||
})
|
||||
export class CreateProcessPageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { IonSlides, ModalController, NavParams } from '@ionic/angular';
|
||||
import { ModalController, NavParams } from '@ionic/angular';
|
||||
import { PublicationsService } from 'src/app/services/publications.service';
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user