We just created a new project with Angular 11 and installed angular2-notifications.
Now we have the following warnings:
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/animations@^9.0.0 but none is installed.
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/common@^9.0.0 but none is installed.
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/core@^9.0.0 but none is installed.
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/platform-browser@^9.0.0 but none is installed.
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/platform-browser-dynamic@^9.0.0 but none is installed.
Can we ignore them? Or does this library only works with Angular 9? If yes, when it will work with Angular 11?
Thanks very much.
Best regards
Mike
We just created a new project with Angular 11 and installed angular2-notifications.
Now we have the following warnings:
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/animations@^9.0.0 but none is installed.
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/common@^9.0.0 but none is installed.
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/core@^9.0.0 but none is installed.
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/platform-browser@^9.0.0 but none is installed.
npm WARN angular2-notifications@9.0.0 requires a peer of @angular/platform-browser-dynamic@^9.0.0 but none is installed.
Can we ignore them? Or does this library only works with Angular 9? If yes, when it will work with Angular 11?
Thanks very much.
Best regards
Mike