user3622819
user3622819

Reputation: 85

Angular2 or 4 material treeview

Is there any Angular Material tree view available using Angular 2 or 4 which should be recursive tree and should be customisable.could some one please point to good sample post or provide sample code.

Upvotes: 7

Views: 12257

Answers (2)

Mo Sa
Mo Sa

Reputation: 161

The next release of Angular Material will include for sure an advanced Tree component, as was declared in the ng-conf 2018, https://youtu.be/b18hvitStHc?t=5996 Expect the new ng-matrial to be released with Angular 6.0 sometime in May or June 2018

Upvotes: 2

angularconsulting.au
angularconsulting.au

Reputation: 28259

Yes there is one https://angular2-tree.readme.io also checkout this issue https://github.com/angular/material2/issues/3175 the matarial2 tree(demo) is work in a progress atm

Upvotes: 8

Related Questions