@ng-zen/cli
Version:
Angular UI components generator – Zen UI Kit CLI for schematics-based creation of customizable components like alert, avatar, button, card, checkbox, dialog, divider, form-control, icon, input, popover, radio, skeleton, switch, textarea with Storybook dem
14 lines • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ngAdd = ngAdd;
const icon_library_1 = require("./icon-library");
function ngAdd(options) {
return (tree, context) => {
context.logger.info('🔧 Setting up ng-zen...');
if (options.installIconLibrary) {
return (0, icon_library_1.installIconLibrary)()(tree, context);
}
return (0, icon_library_1.logIconLibraryManualInstructions)()(tree, context);
};
}
//# sourceMappingURL=index.js.map