Angular-2-Tutorials icon indicating copy to clipboard operation
Angular-2-Tutorials copied to clipboard

error TS2415

Open bhaskarAcharya opened this issue 8 years ago • 2 comments

I'm Getting this issue while i start angular with " npm start" inside "Angular-2-Final-Template" using command prompt, please guide me to solve this. Thanks in advance

Class 'Subject<T>' incorrectly extends base class 'Observable<T>'. Types of property 'lift' are incompatible. Type '<T, R>(operator: Operator<T, R>) => Observable<T>' is not assignable to type '<R>(operator: Operator<T, R>) => Observable<R>'. Type 'Observable<T>' is not assignable to type 'Observable<R>'. Type 'T' is not assignable to type 'R'.

bhaskarAcharya avatar Jul 07 '17 04:07 bhaskarAcharya

Fixed by updating RxJS to 5.4.2

YamunaVeeranna1 avatar Aug 10 '17 08:08 YamunaVeeranna1

Yes, same for me

yourchoice avatar Oct 24 '17 15:10 yourchoice