-
Notifications
You must be signed in to change notification settings - Fork 32
"Encourage the library authors to publish an Ivy distribution." #251
Comments
is this project deprecated? As I recall it's not updated from Angular 8 |
The answer is a bit long, I will add more details in a couple of days. |
A bit of history:
The current challenge is to support the widest range of Angular versions. Since this code is very simple, releasing more than one npm package with different names is not worth the effort. Please voice your opinions and suggestions. |
In the meanwhile please check https://github.com/stomp-js/ng2-stompjs/tree/develop/src/app. Other than https://github.com/stomp-js/ng2-stompjs/blob/develop/src/app/rx-stomp-service-factory.ts (which is 7-8 lines), all has 2 lines of code each. |
@kum-deepak it's clear now. Correct me if I am wrong, all the work is done from the 2 other deps and the ng2-stompjs uses rx-stomp which is a wrapper of stompjs. |
@kum-deepak Are there any updates on this (I am open to contributing if needed)? |
I have written a guide https://stomp-js.github.io/guide/rx-stomp/ng2-stompjs/ng2-stompjs-to-rx-stomp.html, please check and see if it works for you. |
During the build of a project, angular issues the following message:
- @stomp/ng2-stompjs [es2015/esm2015] (git+https://github.com/stomp-js/ng2-stompjs.git) Encourage the library authors to publish an Ivy distribution.
The text was updated successfully, but these errors were encountered: