mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Save
This commit is contained in:
@@ -6,6 +6,7 @@ import { CalModalPage } from '../cal-modal/cal-modal.page';
|
||||
import { EventsService } from 'src/app/services/events.service';
|
||||
import { Event } from '../../models/event.model';
|
||||
import { Router, NavigationEnd } from '@angular/router';
|
||||
import { AlertService } from 'src/app/services/alert.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-agenda',
|
||||
@@ -45,7 +46,8 @@ export class AgendaPage implements OnInit {
|
||||
@Inject(LOCALE_ID) private locale: string,
|
||||
private modalCtrl: ModalController,
|
||||
private eventService: EventsService,
|
||||
private router: Router
|
||||
private router: Router,
|
||||
private alertCrontroller: AlertService
|
||||
) {}
|
||||
|
||||
ngOnInit() {
|
||||
@@ -176,5 +178,8 @@ export class AgendaPage implements OnInit {
|
||||
ev.target.complete();
|
||||
}, 2000);
|
||||
}
|
||||
showAlert(){
|
||||
this.alertCrontroller.presentAlert("Funcionalidade em desenvolvimento.");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user