@ionic/platform-client
TypeScript icon, indicating that this package has built-in type declarations

0.8.0-beta.6 • Public • Published

Ionic Platform Client

The client for using the Ionic Platform in your app. Check out our docs.

Installation

Using the latest Ionic CLI, run the following commands in terminal:

$ npm install --save @ionic/platform-client

# Register your app
$ ionic io init

Usage

// If no user has been previously saved, a fresh user object is returned,
// otherwise the last [current] saved user will be returned.
let user = Ionic.User.current();

Head over to our docs when you're ready to integrate services like auth, push, or deploy.

Issues

If you need support or find a bug with the web client, please submit an issue to this repo. For general Ionic Platform issues (not related to the web client), please use our issues repo. Before submitting your issue, be sure to update the web client and any associated Cordova plugins to their latest versions.

Development

See CONTRIBUTING.md.

Package Sidebar

Install

npm i @ionic/platform-client

Weekly Downloads

0

Version

0.8.0-beta.6

License

Apache-2.0

Last publish

Collaborators

  • ionicjs