@smarterplan/ngx-smarterplan-core 1.2.8 → 1.2.9
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/components/menu-bar/menu-bar.component.mjs +1 -4
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs +0 -3
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs +0 -3
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11024,9 +11024,6 @@ class MenuBarComponent {
|
|
|
11024
11024
|
}
|
|
11025
11025
|
onChangePositionClick() {
|
|
11026
11026
|
this.baseVisibilityService.isChangePositionVisible.next(!this.isChangePositionVisible);
|
|
11027
|
-
console.log('ispositionvisible : ' + this.isChangePositionVisible);
|
|
11028
|
-
console.log('baseVisibilityService : ' +
|
|
11029
|
-
this.baseVisibilityService.isChangePositionVisible);
|
|
11030
11027
|
}
|
|
11031
11028
|
}
|
|
11032
11029
|
MenuBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: MenuBarComponent, deps: [{ token: i1$1.Router }, { token: LocaleService }, { token: BaseUserService }, { token: NavigatorService }, { token: SupportService }, { token: BaseVisibilityService }], target: i0.ɵɵFactoryTarget.Component });
|