Use sass-loader: require("!raw-loader!sass-loader!./file.scss"); this returns the compiled CSS from file.scss, allows the import of SASS.
styles: '//SASS style' - , SASS sass-loader. :
import styles from './styles.sass';
@Component({
styles: styles
})