rxjs-course
rxjs-course copied to clipboard
Getting error while running 1-operators branch for the first time
In course-dialog component, save() function is missing in component code. This can be solved either by
- Adding empty implementation of save() function in component code or
- Removing save function binding of click event in template.
Can confirm I was also having the same issue. This is a must fix if you want to just run the course from this branch without any changes.