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 most remaining usages of TypeScript mixins #28048

Merged
merged 16 commits into from
Nov 6, 2023

Commits on Nov 3, 2023

  1. refactor(material/chips): switch to input transforms

    Reworks the chips to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3aa80bc View commit details
    Browse the repository at this point in the history
  2. refactor(material/select): switch to input transforms

    Reworks the select to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f7a04af View commit details
    Browse the repository at this point in the history
  3. refactor(material/expansion): switch to input transforms

    Reworks the expansion panel to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    30e9b5b View commit details
    Browse the repository at this point in the history
  4. refactor(cdk/tree): switch to input transforms

    Reworks the CDK tree to use input transforms instead of getters and setters.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ecc9403 View commit details
    Browse the repository at this point in the history
  5. refactor(material/tree): switch to input transforms

    Reworks the Material tree to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e45ca41 View commit details
    Browse the repository at this point in the history
  6. refactor(material/radio): switch to input transforms

    Reworks the radio button to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0176302 View commit details
    Browse the repository at this point in the history
  7. refactor(material/tabs): switch to input transforms

    Reworks the tabs to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    205f3a5 View commit details
    Browse the repository at this point in the history
  8. refactor(material/slider): switch to input transforms

    Reworks the slider to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    37a9303 View commit details
    Browse the repository at this point in the history
  9. refactor(material/sort): switch to input transforms

    Reworks the sort header to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    42c5c79 View commit details
    Browse the repository at this point in the history
  10. refactor(material/datepicker): switch to input transforms

    Reworks the datepicker to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6c17529 View commit details
    Browse the repository at this point in the history
  11. refactor(material/paginator): switch to input transforms

    Reworks the paginator to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b6011ad View commit details
    Browse the repository at this point in the history
  12. refactor(material/toolbar): switch to input transforms

    Reworks the toolbar to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e2b1ed8 View commit details
    Browse the repository at this point in the history
  13. refactor(material/icon): switch to input transforms

    Reworks the icon to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    da6e85e View commit details
    Browse the repository at this point in the history
  14. refactor(material/stepper): switch to input transforms

    Reworks the stepper to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    112c06b View commit details
    Browse the repository at this point in the history
  15. refactor(material/progress-spinner): switch to input transforms

    Reworks the progress spinner to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    14053b3 View commit details
    Browse the repository at this point in the history
  16. refactor(material/progress-bar): switch to input transforms

    Reworks the progress bar to use input transforms instead of mixins.
    crisbeto committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    74dfca2 View commit details
    Browse the repository at this point in the history