Kyle K·Follow1 min read·Sep 12, 2019--ListenShareHi, very nice.Be careful with untilDestroyed() it’s pointless if your component does not have ngOnDestroy() (even if empty).Then I recommend to add both interfaces OnInit, OnDestroy for best practice in component examples.