Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active June 23, 2017 21:16
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/3f156c9c3d0654a400dd1956ad328de4 to your computer and use it in GitHub Desktop.
Save matthieu-D/3f156c9c3d0654a400dd1956ad328de4 to your computer and use it in GitHub Desktop.
import { CallNumber } from '@ionic-native/call-number';
import { Contacts } from '@ionic-native/contacts';
export class HomePage {
everybody;
constructor(public callNumber: CallNumber, public contacts: Contacts) {
this.everybody = this.contacts.find(["*"]);
}
.
.
.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment