Importar maxcdn.bootstrapcdn.com no en index.html en un archivo de componente específico

// Import file in component css file

@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
Ukulily