dominique-mueller / angular-notifier

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
https://www.npmjs.com/package/angular-notifier
MIT License
245 stars 67 forks source link

Angular 15 support #250

Closed bbroereES closed 1 year ago

bbroereES commented 1 year ago

Right now angular dependencies are locked at version 14 for @angular/core and @angular/common I have not tested if it still works with Angular 15.

sam-eah commented 1 year ago

Hello, it does work with angular 15, even using inject, I haven't tested it with standalone components though. To install the package with npm, the flag --legacy-peer-deps is needed. It would be great if we didn't have to do this.

bbroereES commented 1 year ago

Unfortunately, due to other limitations, using --legacy-peer-deps is not an option. Woule be great if a small update could be rolled out soon.

bbroereES commented 1 year ago

Is there an update to this?

evilprince commented 1 year ago

Any update on this ?

Chortan commented 1 year ago

Can you update angular-notifier to support Angular 15 ?

anabright commented 1 year ago

@dominique-mueller any plans to support Angular 15?

softsolutionsau commented 1 year ago

@dominique-mueller hey! I'm new to angular-notifier and totally it! Thank you. I'm also in the same boat with the folks above. I've been able to successfully use notifier with Angular 15, however from a CICD point of view, we're not able to --force or --legacy-peer-deps.

ilonzs commented 1 year ago

Hi Everyone,

I have created a pull request today with upgrading the library to Angular 15. If it gets approved by @dominique-mueller, the new release should work with Angular 15 versions (>15 <16). As the peer dependencies will be updated, no "--legacy-peer-deps" option is needed anymore.

Have a nice day :) Zsolt

enlight3d commented 1 year ago

Any updates on this ?

dominique-mueller commented 1 year ago

Support for Angular 15 has been released with 13.0.0. Enjoy!