By default everything is bundled in:
Is it possible to have separate CSS file?
You can do this using --extract-css flag of ng build. This is the default in --prod mode. More details here: https://github.com/angular/angular-cli/wiki/build
--extract-css
ng build
--prod