mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Improve loader
This commit is contained in:
@@ -184,7 +184,7 @@ export class AgendaPage implements OnInit {
|
|||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
|
||||||
const loader = this.toastService.loading()
|
// const loader = this.toastService.loading()
|
||||||
|
|
||||||
this.profile = "mdgpr";
|
this.profile = "mdgpr";
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export class ToastService {
|
|||||||
) { }
|
) { }
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
const loader = this.loading()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async presentToast(infoMessage: string) {
|
async presentToast(infoMessage: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user