Charles Lyding e72eb05cc6 refactor(@angular/build): template style elements should always be CSS
Now that style elements within templates are processed as inline component
styles, the style contents should only be considered CSS. This ensures
consistent behavior prior to when style elements were processed. It also ensures
that the styles will function as expected in JIT mode where template styles
cannot be preprocessed and must be written in a browser supported language.
2024-08-20 19:54:04 +02:00
..