im using Angular material with Angular 8, based on StackBlitz example when i use the module "MatTreeModule" im getting the following error in the console and nothing is rendered.
"this._nodeOutlet is undefined"
i have this in mi app.module.ts
import {
MatDialogModule,
MatIconModule,
MatTreeModule
} from '@angular/material'
should i need to import something else?