Pull to refresh
0
0
Send message
Да, все там есть.

this.hubConnection = new HubConnection('/runningsheet');

    this.hubConnection
      .start()
      .then(() => console.log('Connection started!'))
      .catch(err => console.log('Error while establishing connection :('));

    this.hubConnection.on("updatedRunningsheet", (runningSheet: RunningSheet) => {
      }
Не думаю что в таком случае есть смысл использовать razor в принципе. Внутри Angular 5 все есть.

Information

Rating
Does not participate
Registered
Activity