opdahlmann / ng2-opd-popup-sample

4 stars 13 forks source link

Types of property 'lift' are incompatible. #21

Open tgajewski007 opened 6 years ago

tgajewski007 commented 6 years ago

Hi I try use popup in submodule (with component in this sub module) i'v got on compilation

ERROR in ../../node_modules/ng2-opd-popup/node_modules/rxjs/Subject.d.ts(16,22): error TS2415: Class 'Subject' incorrectly extends base class 'Observable'. Types of property 'lift' are incompatible. Type '(operator: Operator<T, R>) => Observable' is not assignable to type '(operator: Operator<T, R>) => Observable'. Type 'Observable' is not assignable to type 'Observable'. Type 'T' is not assignable to type 'R'.

"typescript": "~2.5.3"
"@angular/common": "^5.2.5",
"ng2-opd-popup": "^1.1.21",
"rxjs": "^5.5.6",
alaindeurveilher commented 6 years ago

Hi, Is there any news about this issue ? I wanted to install ng2-odp-popup to my angular project, and get this error as well.

Thank you.

gtnasser commented 5 years ago

Any news about this issue?