MemorizingSubject
Extends:
rxjs/Subject~Subject → MemorizingSubject
MemorizingSubject acts like a BehaviorSubject, except that it is seeded
with no value, calls to getValue() will fail before the first next
call,
and it does not push a value to subscribers if next
has not been called.