-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
icons dependency must be optional #574
Comments
This issue makes the package unusable for small applications that are not using FontAwesome. We are not going to add a font dependency for a few buttons, unfortunately. |
I will look into it |
Sorry, but this issue should be reopened.
|
No, you misunderstood the documentation! The default icons are optional that is true, but that doesn't mean FontAwesome is optional! for example, in FA there is multiple icons for Facebook, twitter ...etc The
It was my mistake I thought you were using the share directive only and getting that error, I didn't pay attention to the module you included in your code. Now I notice I should revert that fix! |
Thanks for the clarification. |
The doc say that ShareIconsModule is optional.
It is not true;
Reproduction
Expected Behavior
Must compile without icons dependency.
Actual Behavior
Environment
The text was updated successfully, but these errors were encountered: