HNeukermans / ng2-signalr

angular2 - asp.net signalr library
MIT License
173 stars 80 forks source link

Works with Angular12+ (Including 13) #188

Open henkkelder opened 2 years ago

henkkelder commented 2 years ago

This version is based in the 'Update to angular 12'. That version however did not work for me since I ran into 'No provider for NgZone' error. I added CommonModule as a dependency. And that seems to do the trick.