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.
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.
<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
.
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)
For more detailed documentation, see http://devcenter.kinvey.com/angular2
See LICENSE for details.
See CONTRIBUTING.md for details on reporting bugs and making contributions.