Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Material tree in angular 6

I try to use tree view of material in angular 6. I have a model that its children use from another model. and I can't make a tree with different children.

const GetChildren = (node: UserGroupModel) => of(node.AccessList); const TC = new NestedTreeControl(GetChildren);

NestedTreeControl gives me an error;

Comments