When entering an ng service by default, angular cli does not include source files for css files, but you can enable it by entering this command
ng serve -sm -ec
or
ng serve --sourcemap --extractCss
I am using angular Cli -v 1.0.3 and additional information - Angular CLI special cases
Perhaps this will help you.
source share