From 52798aa5f277492d4dd2482bca9396d2e982fa19 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 May 2023 11:15:00 +0200 Subject: Update angular --- client/src/app/core/routing/meta-guard.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/core/routing/meta-guard.service.ts') diff --git a/client/src/app/core/routing/meta-guard.service.ts b/client/src/app/core/routing/meta-guard.service.ts index 851404959..b68e06abe 100644 --- a/client/src/app/core/routing/meta-guard.service.ts +++ b/client/src/app/core/routing/meta-guard.service.ts @@ -1,9 +1,9 @@ import { Injectable } from '@angular/core' -import { ActivatedRouteSnapshot, CanActivate, CanActivateChild } from '@angular/router' +import { ActivatedRouteSnapshot } from '@angular/router' import { MetaService } from './meta.service' @Injectable() -export class MetaGuard implements CanActivate, CanActivateChild { +export class MetaGuard { constructor (private meta: MetaService) { } -- cgit v1.2.3