-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap 3 and glyphicons (fonts) #642
Comments
This is a duplicate of #508 |
ok, added link to bootstrap css in my |
@alvipeo Can you tell me how to do it? |
I just added to bootstrap cdn in my index.html |
@alvipeo But I hope that can be referenced in the project. What better way thing? |
I couldn't make glyphicons work. Only referencing bootstrap css from index.html. |
+1. Anybody? |
+1, I referenced ng2-bootstrap which is working (loading the NgModule into app.module and it's fine, all component loaded everywhere). But 404 on icons -> GET Any idea ? I don't wanna use remote ones by inserting a line in index. I wanna use those stored in node_modules. Is there a way to tell webpack to copy fonts from node_modules or something ? |
+1, same problem here... |
+1 user bootstrap4 ,not add .bootstraprc file. the glyphicons is build , but browsers add |
I finally found the setup that works with Bootstrap (I had problems with tests when using Bootstrap 4 alpha). So now I use Bootstrap 3 and almost everything works - the app and the tests.
The only issue I have now with glyphicons and bootstrap fonts. For example, when I use
the icon is not loaded and here's what I get in the console:
Obviously, nothing like 'node_modules/...' exists so how do I set it up with webpack?
Currently, I use .less and these loaders:
Please help with this one. That's the only issue (for now) that stops me from using term 'an ideal web app setup for Angular 2' :)
The text was updated successfully, but these errors were encountered: