@nettyapps/ntybase 21.0.22 → 21.0.23
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.
|
@@ -1163,7 +1163,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImpor
|
|
|
1163
1163
|
|
|
1164
1164
|
class NettyAppsBase {
|
|
1165
1165
|
// ---------------------------------
|
|
1166
|
-
// ---
|
|
1166
|
+
// --- SERVICES ---
|
|
1167
|
+
// ---------------------------------
|
|
1168
|
+
alertService = inject(AlertService);
|
|
1169
|
+
// ---------------------------------
|
|
1170
|
+
// --- DOWNLOAD METHODS ---
|
|
1167
1171
|
// ---------------------------------
|
|
1168
1172
|
/**
|
|
1169
1173
|
* Download the given base64Encoded data as file
|
|
@@ -1365,7 +1369,6 @@ class NettyAgGridBase extends NettyAppsBase {
|
|
|
1365
1369
|
commonService = inject(CommonService);
|
|
1366
1370
|
router = inject(Router);
|
|
1367
1371
|
routerActive = inject(ActivatedRoute);
|
|
1368
|
-
alertService = inject(AlertService);
|
|
1369
1372
|
dialog = inject(MatDialog);
|
|
1370
1373
|
sysFunctionProxy = inject(SysfunctionProxy);
|
|
1371
1374
|
environment = inject(EnvironmentProxy);
|
|
@@ -1995,7 +1998,6 @@ class NettyAgGridSaveBase extends NettyAppsBase {
|
|
|
1995
1998
|
router = inject(Router);
|
|
1996
1999
|
route = inject(ActivatedRoute);
|
|
1997
2000
|
commonService = inject(CommonService);
|
|
1998
|
-
alertService = inject(AlertService);
|
|
1999
2001
|
environment = inject(EnvironmentProxy);
|
|
2000
2002
|
dialog = inject(MatDialog);
|
|
2001
2003
|
viewMode = signal('sidenav', ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|