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

App not building when you run npm start

Open oluwoleeo opened this issue 5 years ago • 0 comments

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.

oluwoleeo avatar Mar 06 '20 18:03 oluwoleeo