angular-fontawesome
angular-fontawesome copied to clipboard
Official Angular component for Font Awesome 5+
### Describe the problem you'd like to see solved or task you'd like to see made easier We need to decide how frequently we need to upgrade Angular across teams...
### Describe the problem We have baught FontAwesome6 and are self-hosting it, like described here: https://fontawesome.com/v6/docs/web/setup/host-yourself/webfonts. Once done, it works when using `` We wanted to install angular-fontawesome in order...
When using universal for ssr the page loads the icons full size until the browser takes over, the reason for this is the inline styles are missing from the the...
### Describe the problem The [classes] attribute only applies classes in the global style document, and not styles in the module where the icon is used. ### What did you...
### Describe the problem When setting "xl" or other new sizes as "size" property of a fa-icon element, an error message appears saying that the type is not assignable because...
### Describe the problem When using the duotone element, the default prefix is read by the global options when not explicitly provided. ### What did you expect? Unless specifically overridden...
1. Document how to render custom icon using angular-fontawesome. 2. Investigate what can be done to improve support for custom icons without sacrificing auto complete for stock Font Awesome icons....
Has anyone used this library with an app shell successfully? Nothing "breaks" exactly but the icons initially render larger than expected until the Javascript execution kicks in and binds the...
It looks like https://fontawesome.com/v5.15/how-to-use/on-the-web/other-topics/accessibility#svg-semantic has been implemented in this project via the `title` Input, but is absent from the documentation (save for an example in the demo app). Same thing...
The main reason why it was a peer dependency is because it [contained a global `library` variable](https://github.com/FortAwesome/angular-fontawesome/pull/20#discussion_r177251939). Therefore it was important to ensure that there is only one instance of...