monkey-front-core 0.0.76 → 0.0.77

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.
@@ -2475,6 +2475,9 @@ class MonkeyEcxFeatureToggleService {
2475
2475
  }
2476
2476
  getAllFlags() {
2477
2477
  console.log('10');
2478
+ console.log('!!!!!');
2479
+ console.log(this);
2480
+ console.log('!!!!!');
2478
2481
  this.flags = this.ldClient?.allFlags();
2479
2482
  console.log('11');
2480
2483
  this.flagSubject$.next(true);