angular-router-course icon indicating copy to clipboard operation
angular-router-course copied to clipboard

LessonDetailComponent observable

Open gkichan opened this issue 4 years ago • 1 comments

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.

gkichan avatar Jul 01 '21 15:07 gkichan

I mean 1-start branch

gkichan avatar Jul 01 '21 15:07 gkichan