By default, everything is bundled:
Is it possible to have a separate CSS file ?
You can do this using the --extract-cssflag ng build. This is the default value in mode --prod. More information here: https://github.com/angular/angular-cli/wiki/build
--extract-css
ng build
--prod
As @Rob correctly pointed out, you can use the flag --extract-css. Unfortunately, this flag cannot be used with ng-servefrom Angular 6+.
ng-serve
css ng build ng-serve angular.json architect → build → options "extractCss": true
angular.json
architect → build → options
"extractCss": true
Source: https://habr.com/ru/post/1670432/More articles:A brilliant application does not respond to changes to the Biostrings :: DNAString - rDynamic link to open black page ios - iosUse Enum definition order as natural order - pythonAfter upgrading to macOS, Sierra Apache cannot start / stop / restart - apacheCannot connect to docker daemon in docker - dockerPrint headers on every page. Print.CSS - htmlMarkLogic: why does uninstalling the application server cause the cluster to restart? - marklogicWhy does the file-command declare that the executable contains "debug_info", - c ++Mockito - calling an internal method - javaWhy does this code have two different results? - javascriptAll Articles