@wavemaker/angular-codegen 11.2.0-next.24367 → 11.2.0-next.24369
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.
|
@@ -71688,12 +71688,13 @@ const VERSION$4 = new Version('12.2.16');
|
|
|
71688
71688
|
|
|
71689
71689
|
class PipeProvider {
|
|
71690
71690
|
constructor(compiler, injector, domSanitizer, i18service) {
|
|
71691
|
+
var _a;
|
|
71691
71692
|
this.compiler = compiler;
|
|
71692
71693
|
this.injector = injector;
|
|
71693
71694
|
this.domSanitizer = domSanitizer;
|
|
71694
71695
|
this.i18service = i18service;
|
|
71695
71696
|
this._locale = getSessionStorageItem('selectedLocale') || 'en';
|
|
71696
|
-
this.formatsByLocale = this.i18service.getwidgetLocale();
|
|
71697
|
+
this.formatsByLocale = (_a = this.i18service) === null || _a === void 0 ? void 0 : _a.getwidgetLocale();
|
|
71697
71698
|
this.preparePipeMeta = (reference, name, pure, diDeps = []) => ({
|
|
71698
71699
|
type: { reference, diDeps },
|
|
71699
71700
|
name,
|