migration for material'

This commit is contained in:
Vito Albano
2023-11-14 00:38:17 +00:00
committed by VitoAlbano
parent 9844dc4946
commit 63a3b071cd
257 changed files with 679 additions and 669 deletions

View File

@@ -16,7 +16,7 @@
*/
import { Component, OnChanges, ViewChild, ViewEncapsulation } from '@angular/core';
import { MatLegacySelect as MatSelect } from '@angular/material/legacy-select';
import { MatSelect } from '@angular/material/select';
import { PathElement, Node } from '@alfresco/js-api';
import { BreadcrumbComponent } from './breadcrumb.component';