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 1 year 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