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