@bizdoc/hi-bob
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

HiBob for BizDoc

Install server-side NuGet package.

Add to your Angular:

npm i @bizdoc/hi-bob

In app.module.ts, import the HiBob module:

@NgModule({
    imports: [HiBobModule.forRoot(), ...]
})
export class AppModule {
}

Service

Inject HiBobService.

export class MyClass {
  constructor(private _service: HiBobService) {}
  void myMethod() {
    this._service.readCustomTable<MyCustomTable>(...);
  }
}

export interface MyCustomTable {
}
Method
readCustomTable()
getCompanyList()

Readme

Keywords

none

Package Sidebar

Install

npm i @bizdoc/hi-bob

Weekly Downloads

1

Version

0.0.6

License

https://github.com/moding-il/bizdoc.core/blob/master/License.md

Unpacked Size

122 kB

Total Files

20

Last publish

Collaborators

  • zehavibarak