UNPKG

@o3r/core

Version:
17 lines 685 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ngShowModules = void 0; const schematics_1 = require("@o3r/schematics"); /** * Show the list of available modules * @param options */ function ngShowModulesFn(options) { return (0, schematics_1.displayModuleListRule)({ keyword: schematics_1.OTTER_MODULE_KEYWORD, scopeWhitelist: schematics_1.OTTER_MODULE_SUPPORTED_SCOPES, onlyCmsModules: options.cmsOnly, onlyNotInstalledModules: options.hideInstalledModule }); } /** * Show the list of available modules * @param options */ exports.ngShowModules = (0, schematics_1.createOtterSchematic)(ngShowModulesFn); //# sourceMappingURL=index.js.map