Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LessonDetailComponent observable #7

Open
gkichan opened this issue Jul 1, 2021 · 1 comment
Open

LessonDetailComponent observable #7

gkichan opened this issue Jul 1, 2021 · 1 comment

Comments

@gkichan
Copy link

gkichan commented Jul 1, 2021

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
Copy link
Author

gkichan commented Jul 1, 2021

I mean 1-start branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant