typescript: ...webstorm/myapp1212 - 副本/node_modules/ionic-native/node_modules/rxjs/Subject.d.ts, line: 16
Class 'Subject<T>' incorrectly extends base class 'Observable<T>'. Types of property 'lift' are
incompatible. Type '<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'.
這個(gè)錯(cuò)誤研究了好久都沒有解決
ionic3項(xiàng)目實(shí)戰(zhàn)教程 - 第9講 ionic3應(yīng)用內(nèi)主題瀏覽器ThemeableBrowser的使用這一講主要實(shí)現(xiàn)商品的"搶購"功能 1.安裝ThemeableBrowser插件; 2.使用ThemeableBrowser插件; 1.安裝插件 分別執(zhí)行以下命令: 2.The...