Search code examples
angularjsangularjs-directiveangularjs-material

Which AngularJs Material component can be used to show stacked messages with collpase/expand support


I have to show stacked messages in angularjs application in similar way we show multiple notification on mobile with support of collapse/expand feature. Need to figure out which angularjs material component will serve this purpose. Any example link will be helpful. Thanks.


Solution

  • Unfortunately, AngularJS does not provide Accordion/ExpansionPanels. You need to implement it or use a library with support of customizing (so you can replace <md-list-item> with headers or use whiteFrames for content or the whole thing so it fits right in your application theme).

    Also AngularJS Material is now stable and they aren't accepting new feature requests. AngularJS itself is in the last part of its Long Term Support (LTS) period.