mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -2,7 +2,7 @@ import { Component, OnInit, LOCALE_ID, EventEmitter, Output } from '@angular/cor
|
||||
|
||||
import { Event } from '../../models/event.model';
|
||||
import { EventsService } from 'src/app/services/events.service';
|
||||
import { Router } from '@angular/router';
|
||||
import { NavigationExtras, Router } from '@angular/router';
|
||||
import { ActivatedRoute, NavigationEnd } from '@angular/router';
|
||||
import { AlertService } from 'src/app/services/alert.service';
|
||||
import { AuthService } from 'src/app/services/auth.service';
|
||||
@@ -315,7 +315,13 @@ export class EventsPage implements OnInit {
|
||||
}
|
||||
else{
|
||||
console.log('ttt');
|
||||
this.router.navigate(['/home/gabinete-digital']);
|
||||
let navigationExtras: NavigationExtras = {
|
||||
queryParams: {
|
||||
"show": true,
|
||||
}
|
||||
};
|
||||
|
||||
this.router.navigate(['/home/gabinete-digital'], navigationExtras);
|
||||
/* this.gabineteService.openExpedientListPage(); */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user