Skip to content

Instantly share code, notes, and snippets.

@timjonesdev
Last active August 22, 2019 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timjonesdev/5578a0625e334c7e79159d0eea7fc9d1 to your computer and use it in GitHub Desktop.
Save timjonesdev/5578a0625e334c7e79159d0eea7fc9d1 to your computer and use it in GitHub Desktop.
BehaviorSubject and Observable
private teamWatchSource = new BehaviorSubject(new TeamModel());
_teamWatchSource: Observable<TeamModel> = this.teamWatchSource.asObservable();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment