Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(material/core): Allow namespacing ripple-loader event handler #28699

Merged
merged 1 commit into from
Mar 13, 2024

Commits on Mar 7, 2024

  1. feat(material/core): Allow namespacing ripple-loader event handler

    ripple-loader registers an event handler on the document to do event delegation. If there are multiple instances of ripple-loader on one page, then they will both try to handle events for [mat-ripple-loader-uninitialized] elements. If a namespace is provided, then the handler will only handle events for [mat-ripple-loader-uninitialized="{namespace}"] elements.
    Ryan Russell committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    20b1982 View commit details
    Browse the repository at this point in the history