Skip to content

Instantly share code, notes, and snippets.

@michael-mckenna
Created June 4, 2021 18:40
Show Gist options
  • Save michael-mckenna/54fd4a985b1199bc1de35c426e7130c2 to your computer and use it in GitHub Desktop.
Save michael-mckenna/54fd4a985b1199bc1de35c426e7130c2 to your computer and use it in GitHub Desktop.
messages: Observable<string[]>;
constructor(public messageService: MessageService) {
this.messages = messageService.messages$;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment