question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Capturing the remaining work from #107

We currently have mat-list, mat-nav-list, and mat-selection-list, but are still missing mat-action-list. In this variant, each list item would be a button, e.g.

<mat-action-list>
  <button mat-list-item> ... </button>
  ...
</mat-action-list>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:25
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

16reactions
salemdarcommented, Feb 14, 2018

Is anybody working on this at the moment?

4reactions
weylertcommented, Jun 3, 2018

yeah, wondering that right now. Still waiting

Read more comments on GitHub >

github_iconTop Results From Across the Web

List | Angular Material
Use the <mat-action-list> element when each item in the list performs some action. Each item in an action list is a <button> element....
Read more >
Angular Mat Action List - StackBlitz
List with selection.
Read more >
Angular Material List - Javatpoint
When each item in the list performs some action, use the <mat-action-list> element. Each item in the list is the <button> element.
Read more >
Angular Material List Example - Elite Corner
Each item in the list is the <button> element. Simple action lists will use the mat-list-item attribute on button tag elements: <mat-action-list> ...
Read more >
How to implement Angular Material list in Angular 14.?
We can use mat-list or mat-action-list or mat-nav-list as the root components of the list. As the base list component, it provides Material...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found