We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ... (check one with "x")
Current behavior: Using an nb-icon with font-awesome pack on Microsoft Edge the icon correctly appears, but after it a null content is rendered.
Expected behavior: Only the icon has to be rendered.
Steps to reproduce: Register font-awesome icons like this:
iconLibraries.registerFontPack('font-awesome', { iconClassPrefix: 'fa', packClass: 'fas' });
and then use them like this:
<nb-icon icon="euro-sign" pack="font-awesome"></nb-icon>
Also your ngx-admin demo reproduces the problem: https://akveo.com/ngx-admin/pages/ui-features/icons
npm, node, OS, Browser
Browser: Edge
The text was updated successfully, but these errors were encountered:
Fixed in Nebular 4.5.0 by #2043.
Sorry, something went wrong.
No branches or pull requests
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
Using an nb-icon with font-awesome pack on Microsoft Edge the icon correctly appears, but after it a null content is rendered.
Expected behavior:
Only the icon has to be rendered.
Steps to reproduce:
Register font-awesome icons like this:
and then use them like this:
Also your ngx-admin demo reproduces the problem: https://akveo.com/ngx-admin/pages/ui-features/icons
Other information:
npm, node, OS, Browser
The text was updated successfully, but these errors were encountered: