monkey-front-core 21.0.2 → 21.0.4
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1276,6 +1276,7 @@ declare abstract class MonkeyEcxBaseResolver implements Resolve<any> {
|
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
1278
|
declare abstract class MonkeyEcxI18nResolver implements Resolve<boolean> {
|
|
1279
|
+
private readonly _injector;
|
|
1279
1280
|
private readonly _localeId;
|
|
1280
1281
|
private readonly _bootstrapService;
|
|
1281
1282
|
private readonly _tokenStorageService;
|
|
@@ -1315,7 +1316,7 @@ declare class MonkeyEcxConfigsService {
|
|
|
1315
1316
|
set whiteLabel(data: MonkeyEcxWhiteLabel);
|
|
1316
1317
|
get styleGuide(): Observable<MonkeyEcxStyleGuide | null>;
|
|
1317
1318
|
set styleGuide(data: MonkeyEcxStyleGuide);
|
|
1318
|
-
|
|
1319
|
+
federationSettings(key: string): {
|
|
1319
1320
|
[key: string]: string;
|
|
1320
1321
|
host: string;
|
|
1321
1322
|
parentPath: string;
|
|
Binary file
|