index.js 590 B

123456789101112131415
  1. "use strict";
  2. /**
  3. * Use of this source code is governed by an MIT-style license that can be
  4. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  5. */
  6. Object.defineProperty(exports, "__esModule", { value: true });
  7. exports.default = default_1;
  8. const schematics_1 = require("@angular-devkit/schematics");
  9. const build_component_1 = require("../utils/build-component");
  10. function default_1(options) {
  11. return (0, schematics_1.chain)([
  12. (0, build_component_1.buildComponent)(Object.assign({}, options))
  13. ]);
  14. }
  15. //# sourceMappingURL=index.js.map