Css – Apply specific style to recursive angular element
I am creating this recursive nested tree view component in Angular. Goal is that whenever a node is selected, styling should be applied to that node with .node-active class and when other node is selected the previous styling applied should…