@nettyapps/ntybase 21.0.23 → 21.0.24
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.
|
@@ -9,8 +9,6 @@ import * as i2$1 from '@nettyapps/ntycontract';
|
|
|
9
9
|
import { EnvironmentProxy } from '@nettyapps/ntycontract';
|
|
10
10
|
import { DatePipe, Location, DecimalPipe } from '@angular/common';
|
|
11
11
|
import { toSignal } from '@angular/core/rxjs-interop';
|
|
12
|
-
import * as i1$1 from '@ngx-translate/core';
|
|
13
|
-
import { TranslateModule, TranslateService } from '@ngx-translate/core';
|
|
14
12
|
import { Buffer } from 'buffer';
|
|
15
13
|
import * as i1 from '@angular/material/dialog';
|
|
16
14
|
import { MAT_DIALOG_DATA, MatDialogModule, MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
@@ -20,6 +18,8 @@ import * as i2 from '@angular/material/icon';
|
|
|
20
18
|
import { MatIconModule } from '@angular/material/icon';
|
|
21
19
|
import * as i1$2 from '@angular/material/snack-bar';
|
|
22
20
|
import { MatSnackBarModule } from '@angular/material/snack-bar';
|
|
21
|
+
import * as i1$1 from '@ngx-translate/core';
|
|
22
|
+
import { TranslateModule, TranslateService } from '@ngx-translate/core';
|
|
23
23
|
import { Mutex } from 'async-mutex';
|
|
24
24
|
import { ModuleRegistry, AllCommunityModule, ClientSideRowModelModule, HighlightChangesModule, themeQuartz } from 'ag-grid-community';
|
|
25
25
|
import { StatusBarModule, ClipboardModule, ExcelExportModule, ColumnMenuModule, ContextMenuModule, CellSelectionModule, RowSelectionModule } from 'ag-grid-enterprise';
|
|
@@ -1166,6 +1166,7 @@ class NettyAppsBase {
|
|
|
1166
1166
|
// --- SERVICES ---
|
|
1167
1167
|
// ---------------------------------
|
|
1168
1168
|
alertService = inject(AlertService);
|
|
1169
|
+
translateService = inject(TranslateService);
|
|
1169
1170
|
// ---------------------------------
|
|
1170
1171
|
// --- DOWNLOAD METHODS ---
|
|
1171
1172
|
// ---------------------------------
|
|
@@ -1365,7 +1366,6 @@ class NettyAgGridBase extends NettyAppsBase {
|
|
|
1365
1366
|
openInPopup = signal(false, ...(ngDevMode ? [{ debugName: "openInPopup" }] : []));
|
|
1366
1367
|
// Services
|
|
1367
1368
|
nettyAgGridService = inject(NettyAgGridService);
|
|
1368
|
-
translateService = inject(TranslateService);
|
|
1369
1369
|
commonService = inject(CommonService);
|
|
1370
1370
|
router = inject(Router);
|
|
1371
1371
|
routerActive = inject(ActivatedRoute);
|