@kephas/ngx-oidc
Version:
Provides the integration of the OIDC API with Kephas and Angular 12+.
13 lines (12 loc) • 788 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./login-menu/login-menu.component";
import * as i2 from "./login/login.component";
import * as i3 from "./logout/logout.component";
import * as i4 from "@angular/common";
import * as i5 from "@angular/common/http";
import * as i6 from "@angular/router";
export declare class OidcModule {
static ɵfac: i0.ɵɵFactoryDeclaration<OidcModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<OidcModule, [typeof i1.LoginMenuComponent, typeof i2.LoginComponent, typeof i3.LogoutComponent], [typeof i4.CommonModule, typeof i5.HttpClientModule, typeof i6.RouterModule], [typeof i1.LoginMenuComponent, typeof i2.LoginComponent, typeof i3.LogoutComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<OidcModule>;
}