#Trouble with MatSelect after migrating to Angular 15

4 messages · Page 1 of 1 (latest)

tacit stirrup
#

Hi @wintry parcel, excuse me if this seems to be a silly question, but did you add MatSelectModule to the imports array? For example

import { MatSelectModule } from '@angular/material/select';
....
@NgModule({
declarations: [],
imports: [
...
MatSelectModule
]
})
export class Module { }

wintry parcel
lethal parrot
#

Try adding in the module where kisz-header and breadcrumb data service are declared.

wintry parcel
#

I've solved it