FortAwesome / angular-fontawesome

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

Upgrade to Angular 16 #402

Closed arjenbrandenburgh closed 1 year ago

arjenbrandenburgh commented 1 year ago

With the release of Angular 16, we can update this repo as well. Since there are no notable changes in Angular 16 that would influence Font Awesome, we can go through the motions.

devoto13 commented 1 year ago

Thank you for the PR!

davidmcclelland commented 1 year ago

Does this require projects using angular-fontawesome to use Node 18? Angular 16 supports Node 16, so it would be nice if an upgrade remained optional.

devoto13 commented 1 year ago

No, as a user of the library you can continue using Node 16, but for development of the library we switched to Node 18.

davidmcclelland commented 1 year ago

Great, thanks for clarification. Great PR, and glad it got merged!