0.1.4 • Published 1 year ago

@bytesnbinary/core v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

@bytesnbinary/core

LoopBack

Installation

Install BytesnbinaryCoreComponent using npm;

$ [npm install | yarn add] @bytesnbinary/core

Basic Use

Configure and load BytesnbinaryCoreComponent in the application constructor as shown below.

import {BytesnbinaryCoreComponent, BytesnbinaryCoreComponentOptions, DEFAULT_BYTESNBINARY_CORE_OPTIONS} from '@bytesnbinary/core';
// ...
export class MyApplication extends BootMixin(ServiceMixin(RepositoryMixin(RestApplication))) {
  constructor(options: ApplicationConfig = {}) {
    const opts: BytesnbinaryCoreComponentOptions = DEFAULT_BYTESNBINARY_CORE_OPTIONS;
    this.configure(BytesnbinaryCoreComponentBindings.COMPONENT).to(opts);
      // Put the configuration options here
    });
    this.component(BytesnbinaryCoreComponent);
    // ...
  }
  // ...
}
0.1.4

1 year ago

0.1.3

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.9

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago