UNPKG

inceptum

Version:

hipages take on the foundational library for enterprise-grade apps written in NodeJS

14 lines 582 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // tslint:disable:prefer-function-over-method const ObjectDefinitionLazyLoadingInspector_1 = require("../../ioc/autoconfig/ObjectDefinitionLazyLoadingInspector"); class LazyLoadingPlugin { constructor() { this.name = 'LazyLoadingPlugin'; } willStart(app) { app.getContext().addObjectDefinitionInspector(new ObjectDefinitionLazyLoadingInspector_1.ObjectDefinitionLazyLoadingInspector()); } } exports.default = LazyLoadingPlugin; //# sourceMappingURL=LazyLoadingPlugin.js.map