UNPKG

@feeloor/ng-extension-schematics

Version:
12 lines 516 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schematics_1 = require("@angular-devkit/schematics"); const utility_1 = require("../utility"); function default_1(_options) { return schematics_1.chain([ schematics_1.externalSchematic('@schematics/angular', 'component', _options), utility_1.addToBarrel(`export * from './${_options.name}/${_options.name}.component';`, _options.path || '') ]); } exports.default = default_1; //# sourceMappingURL=index.js.map