TIL, 2022-03-02, BehaviorSubject
- Minor ng-container things:
- Cannot have
ngIf
andngTemplateOutlet
in at the same time. - Must be
div
with anng-container
inside, not vice-versa.div
withngTemplateOutlet
will remove thediv
.
- Cannot have
BehaviorSubject
- basically a subject that can have a value.StripeElements
cannot have a value associated with them.