ngx-material-tree-select Angular material tree select component Installation npm install --save @petkit/ngx-material-tree-select Usage Import Module import { MatTreeSelectModule, } from '@petkit/ngx-material-tree-select'; @NgModule({ imports: [ MatTreeSelectModule, ], } Simple License MIT