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

Remove error mixin usages #28149

Merged
merged 5 commits into from
Nov 20, 2023
Merged

Remove error mixin usages #28149

merged 5 commits into from
Nov 20, 2023

Commits on Nov 19, 2023

  1. refactor(material/core): extract error tracking behavior into a class

    Moves the error tracking behavior into a separate class that we can use instead of `mixinErrorState`.
    crisbeto committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    70cbc88 View commit details
    Browse the repository at this point in the history
  2. refactor(material/input): remove TypeScript mixin usages

    Replaces the final TypeScript mixin used by `MatInput` with an internal class.
    crisbeto committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b32987a View commit details
    Browse the repository at this point in the history
  3. refactor(material/select): remove TypeScript mixin usages

    Replaces the final TypeScript mixin used by `MatSelect` with an internal class.
    crisbeto committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    6fb0358 View commit details
    Browse the repository at this point in the history
  4. refactor(material/chips): remove TypeScript mixin usages

    Replaces the final TypeScript mixin used by `MatChipGrid` with an internal class.
    crisbeto committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    f1e45aa View commit details
    Browse the repository at this point in the history
  5. refactor(material/datepicker): remove TypeScript mixin usages

    Replaces the final TypeScript mixin used by `MatStartDate` and `MatEndDate` with an internal class.
    crisbeto committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    2c16c43 View commit details
    Browse the repository at this point in the history