Hello, i do use simple filtering, but a have error:
`
ERROR in src/app/shared/modules/products/components/products/products.component.html:44:82 - error TS2339: Property 'tree' does not exist on type 'ProductsComponent'.
44 <input type="text" class="form-control" id="filter" #filter (keyup)="tree.treeModel.filterNodes(filter.value)" placeholder="" aria-label="Text input with segmented dropdown button">
~~~~
src/app/shared/modules/products/components/products/products.component.ts:15:18
15 templateUrl: './products.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ProductsComponent.
Hello, i do use simple filtering, but a have error: `
ERROR in src/app/shared/modules/products/components/products/products.component.html:44:82 - error TS2339: Property 'tree' does not exist on type 'ProductsComponent'.
`
component template