Using FontAwesome 6 with Angular 18, “Can’t bind to ‘spin’ since it isn’t a known property of ‘fa-icon'”
I’m not sure what’s going on. I work on my code from two machines. The [spin] property has worked fine for a while. Recently, I upgraded from Angular 17 to 18, saved my changes to git, and synched on the other machine. On the first machine, this still works. On the second machine, I’m getting an error. Here is the error:
NG8001: ‘fa-icon’ is not a known element: after upgrading to Angular 18
After upgrading from Angular 17 to Angular 18, the existing code referencing fa-icon no longer works and produces: