I am very new to angular . I am trying this example to create tree. Here is the link. I tried to implement the same ex in my project with the same tree data. Screen shot https://stackblitz.com/angular/dnndeajnmkvp?file=app%2Ftree-nested-overview-example.ts
But I am not getting the expected results as shown in the example. Expand and collapse are not working,I am seeing dots in UI which is not in tree data. I have attached the screenshot. What might have been gone wrong am i missing anything in tree configuration.....??