This commit is contained in:
Peter Maquiran
2021-07-29 17:02:16 +01:00
parent 87e84c3bfe
commit 9138f9903c
6 changed files with 141 additions and 3 deletions
@@ -20,6 +20,7 @@ import { PendentesStore } from 'src/app/store/pendestes-store.service';
import { PedidosStore } from 'src/app/store/pedidos-store.service';
import { ExpedienteprStore } from 'src/app/store/expedientepr-store.service';
import { DespachosprStore } from 'src/app/store/despachospr-store.service';
import { PermissionService } from 'src/app/OtherService/permission.service';
@Component({
selector: 'app-gabinete-digital',
templateUrl: './gabinete-digital.page.html',
@@ -99,9 +100,10 @@ export class GabineteDigitalPage implements OnInit {
private alertService: AlertService,
private activatedRoute: ActivatedRoute,
private router: Router,
authService: AuthService
authService: AuthService,
public p: PermissionService
) {
this.loggeduser = authService.ValidatedUser;
window.onresize = (event) => {
@@ -123,6 +125,7 @@ export class GabineteDigitalPage implements OnInit {
ngOnInit() {
const pathname = window.location.pathname
this.LoadCounts();