FortAwesome / angular-fontawesome

Official Angular component for Font Awesome 5+
https://fontawesome.com
MIT License
1.49k stars 152 forks source link

Document how to correctly use fa-stack in standalone components #435

Closed devoto13 closed 7 months ago

devoto13 commented 7 months ago

Angular is unable to detect missing directives (https://github.com/angular/angular/issues/20588) and it looks like there is no way to import the directive automatically whenever FaStackComponent is imported.

Closes #433