I think it would be interesting to extend support even to new angular-material tags for tables: md-item and md-content-item that are pretty similar to tr and tds.
I just give it a quick try replacing td,tr inside a branch and it works, but for sure it would be interesting to allow both the two kinds of tags to be supported at the same time.
I think it would be interesting to extend support even to new angular-material tags for tables: md-item and md-content-item that are pretty similar to tr and tds.
Here a quick example: https://material.angularjs.org/#/demo/material.components.list
I just give it a quick try replacing td,tr inside a branch and it works, but for sure it would be interesting to allow both the two kinds of tags to be supported at the same time.