flauc / angular2-notifications

A light and easy to use notifications library for Angular.
https://stackblitz.com/edit/angular2-notifications-example
MIT License
746 stars 163 forks source link

No angular 11 release available #406

Closed Donquix89 closed 11 months ago

Donquix89 commented 1 year ago

Is there an official release for angular11? tried npm install angular2-notifications@9.0.0 and npm install angular2-notifications@12.0.0 and I'm getting dependency errors. this is my dependencies list

"dependencies": {
    "@angular/animations": "~11.0.0",
    "@angular/cdk": "^11.2.8",
    "@angular/common": "~11.0.0",
    "@angular/compiler": "~11.0.0",
    "@angular/core": "~11.0.0",
    "@angular/flex-layout": "^11.0.0-beta.33",
    "@angular/forms": "~11.0.0",
    "@angular/material": "^11.2.8",
    "@angular/platform-browser": "~11.0.0",
    "@angular/platform-browser-dynamic": "~11.0.0",
    "@angular/router": "~11.0.0",
    "rxjs": "~6.6.0",
    "tslib": "^2.0.0",
    "zone.js": "~0.10.2"
}

Any chance to have npm easy to install for angular11?

Guerric-P commented 11 months ago

Migrated to Angular 16, no plan to release intermediate versions