UNPKG

@ngxpert/hot-toast

Version:

Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.

13 lines 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ngAdd = ngAdd; const tasks_1 = require("@angular-devkit/schematics/tasks"); const package_config_1 = require("./package-config"); function ngAdd(options) { return (host, context) => { (0, package_config_1.addPackageToPackageJson)(host, '@ngneat/overview', '7.0.0'); const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask()); context.addTask(new tasks_1.RunSchematicTask('ng-add-setup-project', options), [installTaskId]); }; } //# sourceMappingURL=index.js.map