I make a change in one of the branches in the tree and want to see the change immediately. Just like in the example: Stackblitz
My problem is that if I go exactly according to the example, I try in the constructor to access the function whose access property is private (not like in the example, maybe it's a problem in the Angular version?) and because the function is private the TS yells at me.
"TS2341: Property '_data' is private and only accessible within class 'MatTreeNestedDataSource '."
someone deal with this issue?