News

When using Angular 17's new build-angular:application target to bundle with ESBuild, CSS files in our project that are served as assets are no longer being imported as CSS files -- rather they are ...
When using the CSS @import statement inside a component's CSS file doesn't include neither the file or the inline style in the bundled result. It did work in Angular 16, even with esbuild.