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

Consolidate style loading logic #29617

Merged
merged 3 commits into from
Aug 21, 2024
Merged

Consolidate style loading logic #29617

merged 3 commits into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. refactor(cdk/private): set up private package and style loader

    Creates a new `cdk/private` package in which we can put shared code that isn't meant to be public and creates a new style loader service that can be used to load structural styles for components.
    crisbeto committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c3e02fc View commit details
    Browse the repository at this point in the history
  2. refactor(cdk/drag-drop): use common service for loading structural st…

    …yles
    
    Switches the drag&drop module to use the common service to load the preview styles.
    crisbeto committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    238a682 View commit details
    Browse the repository at this point in the history
  3. refactor(material/badge): use common service for loading structural s…

    …tyles
    
    Switches the badge to use the common style loading service to load its structural styles.
    crisbeto committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    119dc3d View commit details
    Browse the repository at this point in the history