mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
add comment
This commit is contained in:
@@ -27,10 +27,10 @@ export class HomePage implements OnInit {
|
|||||||
router.events.subscribe((val) => {
|
router.events.subscribe((val) => {
|
||||||
document.querySelectorAll('ion-modal').forEach((e)=>e.remove())
|
document.querySelectorAll('ion-modal').forEach((e)=>e.remove())
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
//Check it out
|
||||||
//Initialize profile as mdgpr
|
//Initialize profile as mdgpr
|
||||||
|
|
||||||
let date = new Date();
|
let date = new Date();
|
||||||
|
|||||||
Reference in New Issue
Block a user