You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: