Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(material/list): use classList.toggle
With Angular dropping IE11 support in version 13, we can now use `classList.toggle` with the second `force` param. Related to angular#7374
- Loading branch information