'mat-nav-list' is not a known element code example
Example: mat-nav-list' is not a known element angular 9
//In the app.module.ts
...
@NgModule({
...
imports: [
...
MatNavListModule,
...
//In the app.module.ts
...
@NgModule({
...
imports: [
...
MatNavListModule,
...