UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

13 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ngAdd = void 0; const tasks_1 = require("@angular-devkit/schematics/tasks"); // Just return the tree function ngAdd(_options) { return (tree, _context) => { _context.addTask(new tasks_1.NodePackageInstallTask()); return tree; }; } exports.ngAdd = ngAdd; //# sourceMappingURL=index.js.map