Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created July 26, 2017 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/e6284370cb0d7fa0918fe852956f3a9f to your computer and use it in GitHub Desktop.
Save matthieu-D/e6284370cb0d7fa0918fe852956f3a9f to your computer and use it in GitHub Desktop.
import { GooglePlus } from '@ionic-native/google-plus';
...
export class LoginPage {
public loginDetails: LoginDetails;
constructor(public navCtrl: NavController,
public user: User,
public loadingCtrl: LoadingController,
public googlePlus: GooglePlus) {
this.loginDetails = new LoginDetails();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment