Angular Enthusiasts: Solace Community Github highlight
This week's Solace Community Github highlight is sponsored by the "Solace Message Client for Angular Applications" package! This project is lead by our community member @danielwiehl and includes an angular wrapper around our Solace JavaScript Messaging API, solclient.
Navigate to the Github repo and check out the getting started process and dont forget to check out the associated demo application!
For more information, check out our SolaceCommunity Github organization contribution guide to see how you can contribute your awesome tools and projects. Let us know if you have any questions/comments down below in the comments section 👇
Comments
-
Is this implementable only with Latest angular version? Currently we are at Angular 8 and I am getting issues while running with this library
0 -
Hey @Vamshi_Kurella ! I would highly recommend opening up an issue on the github repo since its an open source project. Make sure you put details on what the issue you are getting is
0 -
I just opened the issue https://github.com/solacecommunity/angular-solace-message-client/issues/33 describing your problem.
In order to support older Angular applications, we released version
12.0.1-preivy
this morning. Unlike12.0.1
it is compiled to the "view-engine" format and not "partial" format.Please let me know if this version works for you.
0