Skip to content

Instantly share code, notes, and snippets.

@AlexDaSoul
Last active January 19, 2020 15:28
Show Gist options
  • Save AlexDaSoul/4264f280238fc1612d49e37329e25e02 to your computer and use it in GitHub Desktop.
Save AlexDaSoul/4264f280238fc1612d49e37329e25e02 to your computer and use it in GitHub Desktop.
nga-32
public messages: Observable<Message.AsObject[]> = this.chatGrpcService.getChat()
.pipe(map(res => res.messagesList));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment