[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