Skip to content

Commit

Permalink
Add ng-bootstrap module and remove bootstrap libraries with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 13, 2017
1 parent 605070b commit 65a756a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
8 changes: 1 addition & 7 deletions .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@
"prefix": "app",
"styles": [
"../node_modules/font-awesome/css/font-awesome.css",
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"styles.scss"
],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/popper.js/dist/popper.min.js",
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
],
"scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-beta.5",
"angular2-fontawesome": "^0.9.3",
"bootstrap": "^4.0.0-beta.2",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"popper.js": "^1.12.7",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
},
Expand Down

0 comments on commit 65a756a

Please sign in to comment.