@open-rlb/ng-app 3.1.17 → 3.1.19
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/package.json
CHANGED
|
@@ -653,7 +653,7 @@ declare const RLB_CFG_AUTH: InjectionToken<AuthConfiguration>;
|
|
|
653
653
|
declare const RLB_APP_NAVCOMP: InjectionToken<NavbarComponents>;
|
|
654
654
|
declare const RLB_CFG_ACL: InjectionToken<AclConfiguration>;
|
|
655
655
|
interface InterceptorMapping {
|
|
656
|
-
[
|
|
656
|
+
[k: string]: string;
|
|
657
657
|
}
|
|
658
658
|
interface AclConfiguration {
|
|
659
659
|
endpointKey: string;
|