@nettyapps/ntybase 21.1.25 → 21.1.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "21.1.25",
3
+ "version": "21.1.26",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1035,6 +1035,7 @@ declare class Guid {
1035
1035
 
1036
1036
  declare class NettyBaseApp {
1037
1037
  protected i18nService: I18nService;
1038
+ protected alertService: AlertService;
1038
1039
  protected loadBaseTranslations(): Promise<void>;
1039
1040
  static ɵfac: i0.ɵɵFactoryDeclaration<NettyBaseApp, never>;
1040
1041
  static ɵcmp: i0.ɵɵComponentDeclaration<NettyBaseApp, "ntybase-netty-base-app", never, {}, {}, never, never, true, never>;
@@ -1107,6 +1108,7 @@ declare class NettyMenuService {
1107
1108
  private http;
1108
1109
  private environmentProxy;
1109
1110
  private i18nService;
1111
+ private alertService;
1110
1112
  readonly menuName: i0.WritableSignal<string>;
1111
1113
  readonly menu: i0.WritableSignal<any>;
1112
1114
  setMenuName(name: string): void;