Skip to content

Instantly share code, notes, and snippets.

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 dennysfredericci/890c5d76e84de91d52a9f88df0965588 to your computer and use it in GitHub Desktop.
Save dennysfredericci/890c5d76e84de91d52a9f88df0965588 to your computer and use it in GitHub Desktop.
Add Twitter Bootstrap at Angular Project
1. Create angular project
ng new my-app
2. Install bootstrap dependencies
npm install --save @ng-bootstrap/ng-bootstrap bootstrap@4.1.3 font-awesome
3. Add the lines below in scripts array at angular.json
"node_modules/bootstrap/dist/css/bootstrap.css",
"node_modules/font-awesome/css/font-awesome.css",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment