DaffAuthResetPasswordGuard
import { DaffAuthResetPasswordGuard } from '@daffodil/auth/routing'
@Injectable()
class DaffAuthResetPasswordGuard {
canActivate(route: ActivatedRouteSnapshot): Observable<boolean>
}
Properties
Name | Type | Description |
---|---|---|
canActivate | Observable<boolean> |