UNPKG

ngx-ui-loader

Version:

An all-in-one and fully customizable loader/spinner for Angular applications. It supports foreground, background spinner/loader, indicative progress bar and multiple loaders.

11 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ngAdd = ngAdd; const tasks_1 = require("@angular-devkit/schematics/tasks"); function ngAdd() { return (tree, context) => { context.addTask(new tasks_1.NodePackageInstallTask()); return tree; }; } //# sourceMappingURL=index.js.map