Created
June 4, 2021 18:40
-
-
Save michael-mckenna/54fd4a985b1199bc1de35c426e7130c2 to your computer and use it in GitHub Desktop.
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
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