fgehmlich

Results 2 comments of fgehmlich

Hello everyone, I ran into same issue when I was upgrading to Angular 15. Due to some dependencies I have to use MatLegacySelectModule too. Do you have any updates regarding...

I think the issue that @Brachacz reported could be solved by providing a legacy directive for MatLegacySelect. This adjusted directive must import MatLegacySelect instead of MatSelect. ``` import { AfterViewInit,...