@yaagoub/federation-tools 1.2.3 → 1.2.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.
|
@@ -435,5 +435,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
435
435
|
* Generated bundle index. Do not edit.
|
|
436
436
|
*/
|
|
437
437
|
|
|
438
|
-
export { AssetDirective, Assets, Env, TranslatePipe, TranslationService, __setFederationEnv, getFederationEnv, provideFederationAsset, provideFederationEnv, provideFederationTranslation, waitForFederationEnv };
|
|
438
|
+
export { AssetDirective, Assets, Env, EnvService, TranslatePipe, TranslationService, __setFederationEnv, getFederationEnv, provideFederationAsset, provideFederationEnv, provideFederationTranslation, waitForFederationEnv };
|
|
439
439
|
//# sourceMappingURL=yaagoub-federation-tools.mjs.map
|
package/index.d.ts
CHANGED
|
@@ -9,6 +9,12 @@ declare class Env {
|
|
|
9
9
|
|
|
10
10
|
declare function provideFederationEnv(): EnvironmentProviders;
|
|
11
11
|
|
|
12
|
+
declare class EnvService {
|
|
13
|
+
load(): Promise<void>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnvService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EnvService>;
|
|
16
|
+
}
|
|
17
|
+
|
|
12
18
|
declare function __setFederationEnv(env: Map<string, Record<string, any>>): void;
|
|
13
19
|
declare function getFederationEnv(remote: string): Readonly<Record<string, any>>;
|
|
14
20
|
/**
|
|
@@ -64,4 +70,4 @@ declare class TranslationService {
|
|
|
64
70
|
static ɵprov: i0.ɵɵInjectableDeclaration<TranslationService>;
|
|
65
71
|
}
|
|
66
72
|
|
|
67
|
-
export { AssetDirective, Assets, Env, TranslatePipe, TranslationService, __setFederationEnv, getFederationEnv, provideFederationAsset, provideFederationEnv, provideFederationTranslation, waitForFederationEnv };
|
|
73
|
+
export { AssetDirective, Assets, Env, EnvService, TranslatePipe, TranslationService, __setFederationEnv, getFederationEnv, provideFederationAsset, provideFederationEnv, provideFederationTranslation, waitForFederationEnv };
|