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

4.0.4 • Public • Published

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]},

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.4
    1
    • latest

Version History

Package Sidebar

Install

npm i @flexicore/flexicore-client

Weekly Downloads

1

Version

4.0.4

License

MIT

Unpacked Size

1.7 MB

Total Files

856

Last publish

Collaborators

  • asaf-flexicore