Created
August 17, 2018 09:44
-
-
Save dennysfredericci/890c5d76e84de91d52a9f88df0965588 to your computer and use it in GitHub Desktop.
Add Twitter Bootstrap at Angular Project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Create angular project | |
ng new my-app | |
2. Install bootstrap dependencies | |
npm install --save @ng-bootstrap/ng-bootstrap [email protected] 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