Since I found some examples which are using JQuery to communicate with signalr, I want to find how angular 2 uses JQuery. Based on your advice, I will try angular typescript to see if it works.
Thanks in advance. Patrick On Tuesday, March 21, 2017 at 12:58:54 PM UTC-4, Sander Elias wrote: > > Hi Patrick. > > I just looked into signalr. Implementation should be pretty straight > forward. I would create a wrapper service, that hooks up the signalr stuff > with observables. > Typescript is a superset of es2015/6/7, so you can just embed the code you > need. Perhaps you need to use some explicit any type so here and there to > get rid of some typing issues. > > Just make sure you are running in a browser, and make sure your code > doesn't get run in any other setting. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
