GitHub

GuestOnlyGuard

Guard

import { GuestOnlyGuard } from '@daffodil/auth/routing'

@Injectable()
class GuestOnlyGuard {
  canActivate(): any
}