When I'm installing the module, I get the following warnings:
npm WARN ng-feedback@1.1.8 requires a peer of @angular/common@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ng-feedback@1.1.8 requires a peer of @angular/core@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
I currently have:
"@angular/common": "~7.2.9"
"@angular/core": "~7.2.9"
It would be nice to update the dependencies to support Angular 7 and get rid of these warnings.
When I'm installing the module, I get the following warnings:
I currently have:
It would be nice to update the dependencies to support Angular 7 and get rid of these warnings.