Sibling A
Sibling B
Parent
Entire programs can be built uniquely around the notion of streams.
Container Components
Presentational Components
Sibling A
Sibling B
Parent
Service
Using @Output() & @Input()
Using @ViewChild()
Using Subject
Using BehaviorSubject
Must ALWAYS return a value on subscription even if it hasn't received a next(). Must have an initial value.
Gets triggered for values received after the subscription is called. No Initial value needed.
(Combining what we have learned)
Github:
@angularjax