@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.
@@ -68,7 +68,7 @@
68
68
  "tslib": "^2.0.0",
69
69
  "x2js": "3.2.6",
70
70
  "zone.js": "~0.11.4",
71
- "@wavemaker/app-ng-runtime": "11.2.0-next.24367"
71
+ "@wavemaker/app-ng-runtime": "11.2.0-next.24369"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",
@@ -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,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.0-next.24367",
3
+ "version": "11.2.0-next.24369",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {