import OAuthService to solve build error

pull/18066/head
Sinan997 2 years ago
parent 8e557d895f
commit 43731b08df

@ -11,6 +11,7 @@ import { tap } from 'rxjs/operators';
import { AuthService, IAbpGuard } from '../abstracts';
import { findRoute, getRoutePath } from '../utils/route-utils';
import { RoutesService, PermissionService, HttpErrorReporterService } from '../services';
import { OAuthService } from 'angular-oauth2-oidc';
/**
* @deprecated Use `permissionGuard` *function* instead.

Loading…
Cancel
Save