-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
needs: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is neededtype: bug/fix
Description
Hi,
I followed the steps for Global Library Installation https://github.com/angular/angular-cli#global-library-installation
-
Installed bootstrap@3.3.7
npm install bootstrap --save -
Then added the needed script files to to apps[0].scripts in angular-cli.json file:
"scripts": [
"../node_modules/bootstrap/dist/js/bootstrap.js"
],
and the Bootstrap CSS to the apps[0].styles array:
"styles": [
"styles.css",
"../node_modules/bootstrap/dist/css/bootstrap.css"
],
- Restarted ng serve
But the bootstrap styles are not loading
OS- Windows 7 Enterprise
angular-cli: 1.0.0-beta.21
node: 6.9.1
os: win32 x64
Dinistro, huskerona, sbirendorf, adiIspas, pranavbhole and 3 more
Metadata
Metadata
Assignees
Labels
needs: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is neededtype: bug/fix