@nettyapps/ntybase 0.1.24 → 0.1.25

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/index.d.ts CHANGED
@@ -587,7 +587,7 @@ interface CanComponentDeactivate {
587
587
  canDeactivate: () => boolean | Promise<boolean> | Observable<boolean>;
588
588
  }
589
589
  declare class CanDeactivateGuard implements CanDeactivate<CanComponentDeactivate> {
590
- canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
590
+ canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
591
591
  }
592
592
 
593
593
  declare class AuthenticationInterceptor implements HttpInterceptor {
@@ -1099,6 +1099,7 @@ declare class NettyMenuService {
1099
1099
  private i18nService;
1100
1100
  readonly menuName: _angular_core.WritableSignal<string>;
1101
1101
  readonly menu: _angular_core.WritableSignal<any>;
1102
+ private credentialsService;
1102
1103
  constructor();
1103
1104
  setMenuName(name: string): void;
1104
1105
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NettyMenuService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },