CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)

Home Page:https://angular2-tree.readme.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deactivate method for TreeNode

ErdalDomi opened this issue · comments

Hi,

Going through the documentation I could only find toggleActivated() method. This is fine when dealing only with one active node at a time, but when dealing with multiple active nodes the need for a deactivate() method becomes quite useful/needed.

Would you please consider supplementing the API with this method? It does sound straightforward to implement.

Many thanks