Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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