@jamarsto/kiunzi-micro-frontend-tools
Version:
Kiunzi framework Micro-frontend scaffolding
13 lines • 715 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.afterDependencies = void 0;
const schematics_1 = require("@angular-devkit/schematics");
function afterDependencies(options) {
return (0, schematics_1.chain)([
options.type === 'library' ? (0, schematics_1.schematic)('library-type', options) : (0, schematics_1.noop)(),
options.type === 'shell' ? (0, schematics_1.schematic)('application-type', options) : (0, schematics_1.noop)(),
options.type === 'microfrontend' ? (0, schematics_1.schematic)('application-type', options) : (0, schematics_1.noop)()
]);
}
exports.afterDependencies = afterDependencies;
//# sourceMappingURL=index.js.map