4.0.4 • Published 1 year ago

@flexicore/flexicore-client v4.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
1 year ago

How To Install

add "@flexicore/flexicore-client": "^2.2.7" to your package.json

How To Use

import the required service

import { UserService} from'@flexicore/flexicore-client';

create a factory

export  let  userServiceFactory = (http: HttpClient) =>  new  UsersService(http, SERVER_ADDRESS, new  UserService());

in the import section add:

HttpClientModule,

in the provide section add:

{ provide:  'BASE_PATH', useValue:  SERVER_ADDRESS },

and

{provide:  UsersService, useFactory:  userServiceFactory, deps: [HttpClient]},
4.0.4

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

3.0.32

1 year ago

3.0.30

1 year ago

3.0.31

1 year ago

3.0.28

2 years ago

3.0.27

2 years ago

3.0.26

2 years ago

3.0.25

2 years ago

3.0.23

3 years ago

3.0.24

2 years ago

3.0.21

3 years ago

3.0.22

3 years ago

3.0.16

3 years ago

3.0.17

3 years ago

3.0.20

3 years ago

2.5.0

3 years ago

2.5.1

3 years ago

3.0.18

3 years ago

3.0.19

3 years ago

3.0.13

3 years ago

3.0.15

3 years ago

3.0.12

3 years ago

3.0.11

3 years ago

3.0.9

3 years ago

3.0.10

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.5

3 years ago

2.4.7

4 years ago

3.0.0

3 years ago

2.4.2

4 years ago

2.4.5

4 years ago

2.4.4

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.9

4 years ago

2.3.6

4 years ago

2.3.5

4 years ago

2.3.4

4 years ago

2.3.2

4 years ago

2.3.3

4 years ago

2.3.0

4 years ago

2.3.1

4 years ago

2.2.17

4 years ago

2.2.18

4 years ago

2.2.22

4 years ago

2.2.15

4 years ago

2.2.16

4 years ago

2.2.14

4 years ago

2.2.11

5 years ago

2.2.7

5 years ago

2.2.8

5 years ago

2.2.6

5 years ago

2.2.3

5 years ago