rxjs-course
rxjs-course copied to clipboard
App not building when you run npm start
Since the latest commit moving the project to Angular 9, ng serve that is executed by the start script in package.json has been failing. I am working from the 1-operators branch. The error is coming from CourseComponent. The lessons$ and course$ observables are missing in the controller but are referenced in the view.