angular to 19
This commit is contained in:
@@ -7,10 +7,9 @@ import { ICellRendererParams } from 'ag-grid-community';
|
||||
import { MatTooltipModule } from '@angular/material/tooltip';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [MatDialogModule, MatTooltipModule],
|
||||
templateUrl: './ag-base-component.component.html',
|
||||
styleUrl: './ag-base-component.component.scss'
|
||||
imports: [MatDialogModule, MatTooltipModule],
|
||||
templateUrl: './ag-base-component.component.html',
|
||||
styleUrl: './ag-base-component.component.scss'
|
||||
})
|
||||
export class AgBaseComponentComponent implements ICellRendererAngularComp {
|
||||
protected api: ApiService = inject(ApiService);
|
||||
|
||||
@@ -4,11 +4,10 @@ import { DeleteCylinderComponent } from '../../../../modules/cylinder/components
|
||||
import { MatTooltipModule } from '@angular/material/tooltip';
|
||||
|
||||
@Component({
|
||||
selector: 'app-ag-delete-cylinder',
|
||||
standalone: true,
|
||||
imports: [MatTooltipModule],
|
||||
templateUrl: './ag-delete-cylinder.component.html',
|
||||
styleUrl: './ag-delete-cylinder.component.scss'
|
||||
selector: 'app-ag-delete-cylinder',
|
||||
imports: [MatTooltipModule],
|
||||
templateUrl: './ag-delete-cylinder.component.html',
|
||||
styleUrl: './ag-delete-cylinder.component.scss'
|
||||
})
|
||||
export class AgDeleteCylinderComponent extends AgBaseComponentComponent {
|
||||
|
||||
|
||||
@@ -12,11 +12,10 @@ import { LostKeyComponent } from '../../../../modules/keys/components/lost-key/l
|
||||
import { CreateKeyComponent } from '../../../../modules/keys/create/create.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-ag-delete-key',
|
||||
standalone: true,
|
||||
imports: [MatDialogModule, MatTooltipModule],
|
||||
templateUrl: './ag-delete-key.component.html',
|
||||
styleUrl: './ag-delete-key.component.scss'
|
||||
selector: 'app-ag-delete-key',
|
||||
imports: [MatDialogModule, MatTooltipModule],
|
||||
templateUrl: './ag-delete-key.component.html',
|
||||
styleUrl: './ag-delete-key.component.scss'
|
||||
})
|
||||
export class AgDeleteKeyComponent implements ICellRendererAngularComp {
|
||||
key!: IKey;
|
||||
|
||||
@@ -4,11 +4,10 @@ import { ILoadingOverlayAngularComp } from 'ag-grid-angular';
|
||||
import { ILoadingOverlayParams } from 'ag-grid-community';
|
||||
|
||||
@Component({
|
||||
selector: 'app-ag-loading',
|
||||
standalone: true,
|
||||
imports: [MatProgressSpinnerModule],
|
||||
templateUrl: './ag-loading.component.html',
|
||||
styleUrl: './ag-loading.component.scss'
|
||||
selector: 'app-ag-loading',
|
||||
imports: [MatProgressSpinnerModule],
|
||||
templateUrl: './ag-loading.component.html',
|
||||
styleUrl: './ag-loading.component.scss'
|
||||
})
|
||||
export class AgLoadingComponent implements ILoadingOverlayAngularComp {
|
||||
agInit(params: ILoadingOverlayParams<any, any>): void {
|
||||
|
||||
@@ -8,11 +8,10 @@ import { ApiService } from '../../../api.service';
|
||||
import { SystemManagerComponent } from '../../../../modules/system/components/system-manager/system-manager.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-ag-system-manager',
|
||||
standalone: true,
|
||||
imports: [MatDialogModule, MatTooltipModule],
|
||||
templateUrl: './ag-system-manager.component.html',
|
||||
styleUrl: './ag-system-manager.component.scss'
|
||||
selector: 'app-ag-system-manager',
|
||||
imports: [MatDialogModule, MatTooltipModule],
|
||||
templateUrl: './ag-system-manager.component.html',
|
||||
styleUrl: './ag-system-manager.component.scss'
|
||||
})
|
||||
export class AgSystemManagerComponent implements ICellRendererAngularComp {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user