angular-router-course
angular-router-course copied to clipboard
LessonDetailComponent observable
Hi!
In the course we begins with instance of LessonDetail in LessonDetailComponent so you can change
lesson$: Observable<LessonDetail>;
to just
lesson: LessonDetail;
and same in template.
Only in 19 lesson in course we make it observable.
I mean 1-start branch