monkey-front-core 0.0.182 → 0.0.183

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.
@@ -2124,6 +2124,9 @@ class MonkeyEcxCommonsService {
2124
2124
  this.tokenStorage = tokenStorage;
2125
2125
  this.otherArgs = otherArgs;
2126
2126
  this.flagValidator = true;
2127
+ this.__data$ = null;
2128
+ this.__pagination$ = null;
2129
+ this.__control$ = null;
2127
2130
  this.__savedState = null;
2128
2131
  this.__error = null;
2129
2132
  this.__handledError = null;