Closed davidmcclelland closed 7 months ago
You also need to add FaStackItemSizeDirective
to the imports
.
I'll investigate if it's possible to load it automatically with the component or at least make Angular throw an error if not imported. So please leave this issue open for now.
D'oh, that was obvious. Automatic importing would be excellent, but I'm glad to have a workaround. Thank you!
Describe the problem
When converting my application to use standalone components, I noticed that a stacked icon was displaying improperly, despite working prior to conversion.
What did you expect?
Icons should be properly stacked
Reproducible test case
Stackblitz