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.