Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(platform-browser): integrate external component style suppor…
…t into DOM renderer The DOM renderer will now check for the presence of external runtime style metatadata within a component type and render the styles via the `SharedStylesHost` if any style URLs are present. To maintain style ordering, the external runtime styles are added before any embedded styles from the `styles` metadata field. Currently, all external runtime styles originate from file-based component stylesheets.
- Loading branch information