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

Use M3 in schematics and internal apps #28784

Merged
merged 4 commits into from Mar 27, 2024
Merged

Commits on Mar 27, 2024

  1. docs(material/progress-bar): remove old MDC guide

    Removes a guide that should've been deleted when we moved the MDC components to stable.
    crisbeto committed Mar 27, 2024
    Copy the full SHA
    06afe57 View commit details
    Browse the repository at this point in the history
  2. feat(material/schematics): use M3 themes in schematics

    Updates the schematics to refer to the M3 prebuilt themes and to generate an M3 theme when the user selects `custom` in `ng add`.
    crisbeto committed Mar 27, 2024
    Copy the full SHA
    cefbdbb View commit details
    Browse the repository at this point in the history
  3. build: use M3 theme in tests and internal apps

    Switches unit tests, the e2e app and SSR app to use the M3 themes by default.
    crisbeto committed Mar 27, 2024
    Copy the full SHA
    d78c5f1 View commit details
    Browse the repository at this point in the history
  4. build: use same default theme as docs in the dev app

    Updates the dev app to use the same default theme as the docs and `ng add` schematic.
    crisbeto committed Mar 27, 2024
    Copy the full SHA
    1301537 View commit details
    Browse the repository at this point in the history