ngx-socket-io icon indicating copy to clipboard operation
ngx-socket-io copied to clipboard

Distribution with Ivy distribution version 4.2.0

Open rickynguyen4590 opened this issue 3 years ago • 1 comments

I see version 4.2.0 updated to @angular/core@13 already. But the installed version on my project still using Legacy View Engine distribution . I've tried to build *ngx-socket-io" in local then output is good and Ivy compatible. Below pic, on the left shows ngx-socket-io under node_modules on the right show the result after run npm build

image

Even though 4.2.0 depends on Ng 13 already but I still see the compatible warning message..

>  NX  Angular CLI has been decorated to enable computation caching.

Processing legacy "View Engine" libraries:
- ngx-socket-io [es2015/esm2015] (git+ssh://[email protected]/rodgc/ngx-socket-io.git)
- ngx-socket-io [main/umd] (git+ssh://[email protected]/rodgc/ngx-socket-io.git)
Encourage the library authors to publish an Ivy distribution.

rickynguyen4590 avatar May 27 '22 04:05 rickynguyen4590

Could you detail what needs to be done to fix this, or submit a PR?

Helveg avatar Oct 03 '22 09:10 Helveg