-
Notifications
You must be signed in to change notification settings - Fork 20
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
error in the web console - icons are display correctly #14
Comments
@mic0331 Thank you for the comment, Actually i'm not sure the reason eather.. I gonna just quick try to investigate the reason and will update later. |
Did you use any CSS pre-processor? I got the same problem with LESS (icons are displayed correctly). When I change to CSS files, there is no error. |
Seems to be a src-url mistake in node_modules/font-awesome/css/font-awesome.css
|
Try adding as below so that it becomes a global style, "styles": [ |
This happens on an ASP.NET site as well. |
Hi,
Using this plugin with the
angular2-quickstart
template I'm getting errors in my web console however they are displayed properly on the page.Any idea ?
I follow your doc and included the two references in
systemjs.config.js
The text was updated successfully, but these errors were encountered: