0.1.4 • Published 2 years ago

@bytesnbinary/core v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago