Heatmanofurioso / ngx-avatars

Spiritual successor of HaithemMosbahi's ngx-avatar
MIT License
16 stars 11 forks source link

Support angular 17 #58

Closed Enngage closed 9 months ago

Enngage commented 10 months ago

Hey, would be nice if you updated deps for Angular 17 :)

singatias commented 10 months ago

temporarily you can add the following to your package.json:

"overrides": {
    "ngx-avatars": {
      "@angular/common": "17.0.4",
      "@angular/core": "17.0.4"
    }
}
Heatmanofurioso commented 9 months ago

I will do a release on this tonight