Hi guys,
I type ionic serve and get these errors, any idea?
Thanks!
Jonathan
Typescript Error
Class ‘Subject’ incorrectly extends base class ‘Observable’. Types of property ‘lift’ are incompatible. Type ‘(operator: Operator) => Observable’ is not assignable to type ‘(operator: Operator) => Observable’. Type ‘Observable’ is not assignable to type ‘Observable’. Type ‘T’ is not assignable to type ‘R’.
</div>
…Documents/Ionic/Safa1App/node_modules/videogular2/node_modules/rxjs/Subject.d.ts
*/
export declare class Subject extends Observable implements ISubscription {
observers: Observer[];
</div>
</div>
Typescript Error
Cannot find name ‘GooglePlus’.
</div>
C:/Users/Yoni Menache/Documents/Ionic/Safa1App/src/services/authentication.ts
private iab:InAppBrowser,
private googlePlus: GooglePlus
) {
</div>
</div>