orgnanization onboarding stepper form changes, code refactor for custom data-table grid
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { inject } from '@angular/core';
|
||||
import { CanActivateChildFn, Router } from '@angular/router';
|
||||
import { catchError, map, of } from 'rxjs';
|
||||
import { AuthService } from '../auth/auth.service';
|
||||
import { TokenStorageService } from '../auth/token-storage.service';
|
||||
import { AuthService } from '../../features/authentication/data-access/auth.service';
|
||||
import { TokenStorageService } from '../services/auth/token-storage.service';
|
||||
|
||||
export const authGuard: CanActivateChildFn = (_childRoute, state) => {
|
||||
const authService = inject(AuthService);
|
||||
|
||||
Reference in New Issue
Block a user