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>
Please run these commands in your ionic project :
ionic cordova plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid
npm install --save @ionic-native/google-plus
npm install --save [email protected]
npm install [email protected]
npm install [email protected]
Ok, it's running on my machine. Shouldn't it be connected to my site? I only see the sample data. Thanks
Jonathan
Please try taking this course :
https://wplms.io/course/getting-started-with-wplms-mobile-app/
Please take a look at section 2 .