Update angular and front packages

This commit is contained in:
2023-06-22 13:39:45 +02:00
parent f1366d4cc0
commit 3eadc9b5bb
4 changed files with 8184 additions and 23751 deletions

View File

@@ -1,12 +1,12 @@
import { Injectable } from '@angular/core';
import { CanActivate, Router, UrlTree } from '@angular/router';
import { Router, UrlTree } from '@angular/router';
import { Observable } from 'rxjs';
import { AuthService } from './auth.service';
@Injectable({
providedIn: 'root'
})
export class AuthGuard implements CanActivate {
export class AuthGuard {
constructor(
private auth$: AuthService,
private router$: Router