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

/@flexicore/flexicore-client/

    Package Sidebar

    Install

    npm i @flexicore/flexicore-client

    Weekly Downloads

    6

    Version

    4.0.4

    License

    MIT

    Unpacked Size

    1.7 MB

    Total Files

    856

    Last publish

    Collaborators

    • asaf-flexicore