I realize that Ionic versioning can be confusing, but you’re talking about the Ionic CLI version, which isn’t relevant here. What matters is the RxJS version you’re dealing with, which is probably 6 now (this thread is over a year old), and you want to be importing Observable
from “rxjs”.
↧
Typescript Error: Type 'Observable' is not assignable to type 'Observable'
↧