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.
- package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +4 -1
- package/fesm2015/monkey-front-core.mjs +3 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.77.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.76.tgz +0 -0
|
@@ -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);
|