Changed ng version before material migration

This commit is contained in:
Vito Albano
2023-11-14 00:25:17 +00:00
committed by VitoAlbano
parent f29225c3cc
commit e889f4e3b0
202 changed files with 757 additions and 403 deletions

View File

@@ -16,7 +16,7 @@
*/
import { Component, ContentChildren, EventEmitter, HostListener, Input, Output, QueryList, TemplateRef, ViewChild, ViewEncapsulation } from '@angular/core';
import { MatTabChangeEvent } from '@angular/material/tabs';
import { MatLegacyTabChangeEvent as MatTabChangeEvent } from '@angular/material/legacy-tabs';
@Component({
selector: 'adf-info-drawer-tab',
template: '<ng-template><ng-content></ng-content></ng-template>',