angular4 incluir bootstrap

abrir package.json
 en la seccion
"dependencies": {

...
    "jquery": "^1.12.4",
    "bootstrap": "^3.3.7"
}

por consola y desde el directorio del proyecto, ejecutar:

npm update

esto creara las carpetas jquery y bootstrap en node_modules

luego, en src/index.html

ya podemos agregar las librerias importadas

<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.min.css"/>

  <script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script>
  <script type="text/javascript" src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>


 no carga el css de bottstrap pues da el sgt error

Refused to apply style from 'http://localhost:4200/assets/styles/custom-style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.


https://medium.com/codingthesmartway-com-blog/using-bootstrap-with-angular-c83c3cee3f4a

No hay comentarios:

Publicar un comentario

linux ubuntu mint actualizar chrome

 desde una terminal: $ sudo apt update $ sudo apt install google-chrome-stable