UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

11 lines 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schematics_1 = require("@angular-devkit/schematics"); const build_component_1 = require("../utils/build-component"); function default_1(options) { return schematics_1.chain([ build_component_1.buildComponent(Object.assign({}, options)) ]); } exports.default = default_1; //# sourceMappingURL=index.js.map