update angular core & cli to v19
This commit is contained in:
+15
-16
@@ -19,22 +19,21 @@ import { TicketToursComponent } from './ticket-tours.component';
|
||||
import { TicketUserActionRequiredComponent } from './ticket-user-action-required.component';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
selector: 'dks-ticket-view',
|
||||
templateUrl: './ticket-view.component.html',
|
||||
imports: [
|
||||
MatTabsModule,
|
||||
MatIconModule,
|
||||
TicketOverviewComponent,
|
||||
TicketToursComponent,
|
||||
TicketUserActionRequiredComponent,
|
||||
TicketTdUncertainComponent,
|
||||
TicketDocumentsMissingComponent,
|
||||
NgIf,
|
||||
NgSwitch,
|
||||
NgSwitchCase,
|
||||
],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
selector: 'dks-ticket-view',
|
||||
templateUrl: './ticket-view.component.html',
|
||||
imports: [
|
||||
MatTabsModule,
|
||||
MatIconModule,
|
||||
TicketOverviewComponent,
|
||||
TicketToursComponent,
|
||||
TicketUserActionRequiredComponent,
|
||||
TicketTdUncertainComponent,
|
||||
TicketDocumentsMissingComponent,
|
||||
NgIf,
|
||||
NgSwitch,
|
||||
NgSwitchCase,
|
||||
]
|
||||
})
|
||||
export class TicketViewComponent {
|
||||
private ticketsService = inject(TicketsService);
|
||||
|
||||
Reference in New Issue
Block a user