You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I get the following error type when running Angular in strict mode (one among others):
src/app/courses/course/course.component.ts:41:9 - error TS2322: Type 'Observable<Course | undefined>' is not assignable to type 'Observable'.
Type 'Course | undefined' is not assignable to type 'Course'.
Type 'undefined' is not assignable to type 'Course'.
Do you know how to fix this error
The text was updated successfully, but these errors were encountered:
Hello,
I get the following error type when running Angular in strict mode (one among others):
src/app/courses/course/course.component.ts:41:9 - error TS2322: Type 'Observable<Course | undefined>' is not assignable to type 'Observable'.
Type 'Course | undefined' is not assignable to type 'Course'.
Type 'undefined' is not assignable to type 'Course'.
Do you know how to fix this error
The text was updated successfully, but these errors were encountered: