B-3PO / angular-material-expansion-panel

Material Design Expansion Panels for Angular Material
MIT License
71 stars 25 forks source link

Support lazy rendering of the expanded part #52

Open chenlijun99 opened 6 years ago

chenlijun99 commented 6 years ago

When I have a long list of expansion panels with heavy content in them, it's takes a lot to render all the DOM elements. It would be nice if I can compile the expansion panel's content only when needed.