Creates a new function to the StateManager to take all the injected styles and set the metadata and, if needed, insert the code for injecting those styles at runtime.
This makes the code DRY and unifies the style injection code.
This is also a prerequisite for using CSS data imports for styles.
What changed / motivation ?
Creates a new function to the
StateManager
to take all the injected styles and set themetadata
and, if needed, insert the code for injecting those styles at runtime.This makes the code DRY and unifies the style injection code.
This is also a prerequisite for using CSS data imports for styles.