This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import $ from 'jquery'; | |
//make sure to run jspm install npm:ms-signalr-client | |
import 'ms-signalr-client'; | |
import {LogManager} from 'aurelia-framework'; | |
const logger = LogManager.getLogger('communications/signalr'); | |
export class SignalRClient { | |
connection = {}; | |
proxy = {}; |