monkey-front-core 21.0.0 → 21.0.2
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,7 +1276,6 @@ declare abstract class MonkeyEcxBaseResolver implements Resolve<any> {
|
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
1278
|
declare abstract class MonkeyEcxI18nResolver implements Resolve<boolean> {
|
|
1279
|
-
private readonly _injector;
|
|
1280
1279
|
private readonly _localeId;
|
|
1281
1280
|
private readonly _bootstrapService;
|
|
1282
1281
|
private readonly _tokenStorageService;
|
|
Binary file
|