@open-rlb/ng-app 3.0.12 → 3.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Type, InjectionToken, Provider, EnvironmentProviders, EventEmitter, TransferState, OnInit, TemplateRef, ViewContainerRef, PipeTransform, OnDestroy } from '@angular/core';
|
|
3
|
-
import { OpenIdConfiguration,
|
|
3
|
+
import { OpenIdConfiguration, OidcSecurityService, LoginResponse } from 'angular-auth-oidc-client';
|
|
4
4
|
import * as i22 from '@angular/router';
|
|
5
5
|
import { Routes, ActivatedRoute, Router, CanActivateFn, CanDeactivateFn } from '@angular/router';
|
|
6
6
|
import * as _open_rlb_ng_app from '@open-rlb/ng-app';
|
|
@@ -411,7 +411,7 @@ type LoggerContext = {
|
|
|
411
411
|
debug: (...args: any[]) => void;
|
|
412
412
|
log: (...args: any[]) => void;
|
|
413
413
|
};
|
|
414
|
-
declare class AppLoggerService
|
|
414
|
+
declare class AppLoggerService {
|
|
415
415
|
private currentLevel;
|
|
416
416
|
private timestamps;
|
|
417
417
|
constructor();
|