Skip to content

Instantly share code, notes, and snippets.

@skiabox
Created September 16, 2017 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skiabox/7f241a5cd21116a88cb7cdb7546f6303 to your computer and use it in GitHub Desktop.
Save skiabox/7f241a5cd21116a88cb7cdb7546f6303 to your computer and use it in GitHub Desktop.
[Boostrap4 beta] Installation instructions for .angular-cli.json #bootstrap4
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"styles.css",
"forms.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.js",
"../node_modules/popper.js/dist/popper.js",
"../node_modules/bootstrap/dist/js/bootstrap.js"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment