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 d8f1946988
commit 9844dc4946
210 changed files with 759 additions and 424 deletions

View File

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