ng-router-loader
Version:
Webpack loader for `NgModule` lazy loading using the angular router
17 lines • 375 B
JavaScript
exports.DEFAULT_OPTIONS = {
delimiter: '#',
aot: false,
moduleSuffix: '.ngfactory',
factorySuffix: 'NgFactory',
loader: 'async-require',
genDir: '',
inline: true,
bySymbol: true
};
exports.DEFAULT_RESOURCE_OPTIONS = {
loader: undefined,
chunkName: undefined,
bySymbol: undefined
};
//# sourceMappingURL=options.js.map
;