Kyle K
1 min readSep 12, 2019

--

Hi, 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.

--

--

No responses yet