9.0.0 • Published 10 months ago

kinvey-angular-sdk v9.0.0

Weekly downloads
21
License
Apache-2.0
Repository
github
Last release
10 months ago

Kinvey Angular SDK

Installation

From the command prompt go to your app's root folder and execute:

npm i kinvey-angular-sdk@next

Usage

Import the KinveyModule in your app.module.ts like this to initialize the SDK:

import { NgModule } from '@angular/core';
import { KinveyModule } from 'kinvey-angular-sdk';

@NgModule({
  imports: [
    KinveyModule.init({
      appKey: '<yourAppKey>',
      appSecret: '<yourAppSecret>'
    })
  ]
})
export class AppModule { }

Then you can use dependency injection to inject a Kinvey service in your module like this:

import { Component } from '@angular/core';
import { UserService } from 'kinvey-angular-sdk';

@Component()
export class AppComponent {
  constructor(private userService: UserService) {}

  async login() {
    try {
      const user = await this.userService.login('<username>', '<password>');
      console.log(user);
    } catch (error) {
      console.log(error);
    }
  }
}

The following services are available to use with dependency injection:

  • DataStoreService
  • EndpointService
  • FilesService
  • PingService
  • UserService

Build

If you would like to build the SDK yourself, clone the monorepo, then:

  • npm i
  • npm run build

You can then install the SDK build by running npm i /<localpath>/packages/angular-sdk

9.0.0

10 months ago

7.0.3

2 years ago

5.1.4

2 years ago

5.1.3

2 years ago

5.1.2

2 years ago

8.0.0

2 years ago

7.0.2

2 years ago

7.0.1

2 years ago

7.0.0

3 years ago

6.0.0

3 years ago

5.1.1

3 years ago

5.1.0

3 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.2.5

5 years ago

4.2.3

5 years ago

4.2.2

5 years ago

4.2.1

5 years ago

4.2.0

5 years ago

4.1.0

5 years ago

4.0.0

5 years ago

3.13.0-next.39

5 years ago

3.13.0-next.38

5 years ago

3.13.0-next.37

5 years ago

3.13.0-next.36

5 years ago

3.13.0-next.35

5 years ago

3.13.0-next.34

5 years ago

3.13.0-next.33

5 years ago

3.13.0-next.29

5 years ago

3.13.0-next.28

5 years ago

3.12.5

5 years ago

3.13.0-next.27

5 years ago

3.13.0-next.26

5 years ago

3.13.0-next.25

5 years ago

3.13.0-next.24

5 years ago

3.13.0-next.23

5 years ago

3.13.0-next.22

5 years ago

3.13.0-next.21

5 years ago

3.13.0-next.20

5 years ago

3.13.0-next.19

5 years ago

3.13.0-next.18

5 years ago

3.13.0-next.17

5 years ago

3.13.0-next.16

5 years ago

3.13.0-next.15

5 years ago

3.13.0-next.14

5 years ago

3.13.0-next.13

5 years ago

3.13.0-next.12

5 years ago

3.13.0-next.9

5 years ago

3.13.0-next.8

5 years ago

3.13.0-next.7

5 years ago

3.12.4

5 years ago

3.13.0-next.6

5 years ago

3.13.0-next.5

5 years ago

3.13.0-next.4

5 years ago

3.13.0-next.3

5 years ago

3.13.0-next.2

5 years ago

3.13.0-next.1

5 years ago

3.13.0-next.0

5 years ago

3.12.3

6 years ago

3.12.2

6 years ago

3.12.1

6 years ago

3.12.0

6 years ago

3.11.7

6 years ago

3.11.6

6 years ago

3.11.5

6 years ago

3.11.4

6 years ago

3.11.3

6 years ago

3.11.2

6 years ago

3.11.1

6 years ago

3.11.0

6 years ago

3.10.3

6 years ago

3.10.2

6 years ago

3.10.1-beta.1

6 years ago

3.10.1

6 years ago

3.10.1-beta.0

6 years ago

3.10.0

6 years ago

3.9.10

6 years ago

3.9.9

6 years ago

3.9.8

6 years ago

3.9.5

6 years ago

3.9.3

6 years ago

3.9.3-beta.3

6 years ago

3.9.0

7 years ago

3.9.0-beta.2

7 years ago

3.9.0-beta.1

7 years ago

3.8.1

7 years ago

3.8.0

7 years ago

3.5.3

7 years ago

3.5.2

7 years ago

3.5.1

7 years ago

3.5.0

7 years ago

3.4.5

7 years ago

3.4.4

7 years ago

3.4.3

7 years ago

3.4.3-rc.1

7 years ago

3.4.2

7 years ago

3.4.1

7 years ago

3.4.0

7 years ago

3.3.5

7 years ago

3.3.4

7 years ago

3.3.3

7 years ago

3.3.2

7 years ago

3.3.1

7 years ago

3.3.0

7 years ago

3.2.3

7 years ago

3.2.2

8 years ago

3.2.1

8 years ago

3.2.0

8 years ago

3.1.0

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

3.0.0-beta.28

8 years ago

3.0.0-beta.27

8 years ago

3.0.0-beta.26

8 years ago

3.0.0-beta.25

8 years ago

3.0.0-beta.24

8 years ago

3.0.0-beta.23

8 years ago

3.0.0-beta.22

8 years ago

3.0.0-beta.18

8 years ago

3.0.0-beta.17

8 years ago

3.0.0-beta.16

8 years ago

3.0.0-beta.15

8 years ago

3.0.0-beta.14

8 years ago

3.0.0-beta.12

8 years ago

3.0.0-beta.8

8 years ago