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
Post a Comment