UNPKG

ngx-explorer-dnd

Version:

## _Drag & Drop in Angular like in a desktop explorer!_

13 lines 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ngAdd = void 0; const tasks_1 = require("@angular-devkit/schematics/tasks"); //import { addImportToModule } from "@schematics/angular/utility/ast-utils" function ngAdd() { return (tree, context) => { context.addTask(new tasks_1.NodePackageInstallTask()); return tree; }; } exports.ngAdd = ngAdd; //# sourceMappingURL=index.js.map