rxjs-course icon indicating copy to clipboard operation
rxjs-course copied to clipboard

Getting error while running 1-operators branch for the first time

Open Dinesh-AR opened this issue 2 years ago • 1 comments

In course-dialog component, save() function is missing in component code. This can be solved either by

  1. Adding empty implementation of save() function in component code or
  2. Removing save function binding of click event in template.

Dinesh-AR avatar May 05 '23 03:05 Dinesh-AR

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.

ghost avatar Oct 03 '23 00:10 ghost