BehaviorSubject: representing a value over time

InstructorAndré Staltz

Share this video with your friends

Send Tweet

Whenever we have multiple observers sharing the same execution, some of those observers may arrive "too late". This lesson will teach you how and when to use a BehaviorSubject to mitigate that problem.