/angular2-sdk

Kinvey Javascript SDK for Angular 2

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Kinvey Angular2 SDK

Kinvey (pronounced Kin-vey, like convey) makes it ridiculously easy for developers to setup, use and operate a cloud backend for their mobile apps. They don't have to worry about connecting to various cloud services, setting up servers for their backend, or maintaining and scaling them.

Installation

Using npm

Install and save the Kinvey Angular2 SDK:

npm install --save kinvey-angular2-sdk

Import the Kinvey Angular2 SDK (ES6/TypeScript):

import { Kinvey } from 'kinvey-angular2-sdk';

A TypeScript type definition file is included in the distribution and will automatically be picked up by the TypeScript compiler.

Using the Kinvey CDN

<script src="https://download.kinvey.com/js/kinvey-angular2-sdk-3.5.0.min.js"></script>

A TypeScript type definition file is available at

https://download.kinvey.com/js/kinvey.d.ts

You will then be able to access Kinvey Angular2 SDK via window.Kinvey.

Browser Compatibility

The Kinvey Angular2 SDK supports the following browsers:

  • On macOS: Safari, Chrome, Firefox
  • On iOS: Safari, Chrome
  • On Windows: Chrome, Firefox, Edge, Internet Explorer 11
  • On Android: Chrome (Performance depends on device)

Documentation

For more detailed documentation, see http://devcenter.kinvey.com/angular2

License

See LICENSE for details.

Contributing

See CONTRIBUTING.md for details on reporting bugs and making contributions.