Authenticated Guard

const authenticatedGuard

authenticated.guard.ts
export const authenticatedGuard: CanActivateFn = (
  _activatedRouteSnapshot,
  routerStateSnapshot,
) => {
  // Buy to unlock
};

Last updated