How to use @fullstack-one/boot-loader - 10 common examples

To help you get started, we’ve selected a few @fullstack-one/boot-loader examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fullstack-build / fullstack-one / packages / db / dist / DbGeneralPool.js View on Github external
    __param(0, di_1.Inject((type) => boot_loader_1.BootLoader)),
    __param(1, di_1.Inject((type) => events_1.EventEmitter)),
github fullstack-build / fullstack-one / packages / schema-builder / dist / db-schema-builder / index.js View on Github external
    __param(0, di_1.Inject((type) => boot_loader_1.BootLoader)),
    __param(1, di_1.Inject((type) => config_1.Config)),
github fullstack-build / fullstack-one / packages / db / dist / DbAppClient.js View on Github external
    __param(0, di_1.Inject((type) => boot_loader_1.BootLoader)),
    __param(1, di_1.Inject((type) => events_1.EventEmitter)),
github fullstack-build / fullstack-one / packages / auth-fb-token / dist / index.js View on Github external
    __param(1, di_1.Inject((type) => boot_loader_1.BootLoader)),
    __param(2, di_1.Inject((type) => schema_builder_1.SchemaBuilder)),
github fullstack-build / fullstack-one / packages / queue / dist / index.js View on Github external
    __param(0, di_1.Inject((type) => boot_loader_1.BootLoader)),
    __param(1, di_1.Inject((type) => logger_1.LoggerFactory)),
github fullstack-build / fullstack-one / packages / graceful-shutdown / dist / index.js View on Github external
                "/_health/readiness": () => di_1.Container.get(boot_loader_1.BootLoader).getReadyPromise()
            },
github fullstack-build / fullstack-one / packages / file-storage / dist / index.js View on Github external
    __param(3, di_1.Inject((type) => boot_loader_1.BootLoader)),
    __param(4, di_1.Inject((type) => config_1.Config)),
github fullstack-build / fullstack-one / packages / config / dist / index.js View on Github external
    di_1.Inject(type => boot_loader_1.BootLoader),
    __metadata("design:type", boot_loader_1.BootLoader)
github fullstack-build / fullstack-one / packages / fullstack-one / dist / fullstack-one / lib / index.js View on Github external
    __param(0, di_1.Inject(type => boot_loader_1.BootLoader)), __param(1, di_1.Inject(type => config_1.Config)),
    __metadata("design:paramtypes", [Object, Object])
github fullstack-build / fullstack-one / packages / notifications / dist / NotificationsEmail.js View on Github external
    __param(4, di_1.Inject((type) => boot_loader_1.BootLoader)),
    __metadata("design:paramtypes", [Object, Object, Object, Object, Object])

@fullstack-one/boot-loader

fullstack.one helper package

MIT
Latest version published 2 years ago

Package Health Score

49 / 100
Full package analysis

Popular @fullstack-one/boot-loader functions

Similar packages