ngx-lite icon indicating copy to clipboard operation
ngx-lite copied to clipboard

Support for Angular 16

Open CsiPA0723 opened this issue 1 year ago • 2 comments

Could you please add support for Angular 16?

I was upgrading an older project from Angular 14 to 16, and I received a warning of conflicting peer dependency.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @ngx-lite/[email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"^16.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^14.2.12" from @ngx-lite/[email protected]
npm ERR! node_modules/@ngx-lite/json-ld
npm ERR!   @ngx-lite/json-ld@"^14.0.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR!   peer @angular/common@"^14.2.12" from @ngx-lite/[email protected]
npm ERR!   node_modules/@ngx-lite/json-ld
npm ERR!     @ngx-lite/json-ld@"^14.0.0" from the root project

CsiPA0723 avatar Jul 17 '23 15:07 CsiPA0723