StackSubject: A stack, but as an Rxjs Subject
The StackSubject
is a Subject
that is manipulated like a stack, using push
or pop
functions.
API doc
:closed_book: Check out the docs
A stack, but observable
The StackSubject
is a Subject
that is manipulated like a stack, using push
or pop
functions.
:closed_book: Check out the docs