@ikamva/ngx-tailwindcss
Version:
Tailwind CSS angular schematic
13 lines • 498 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.installDependencies = void 0;
const tasks_1 = require("@angular-devkit/schematics/tasks");
function installDependencies() {
return (tree, _context) => {
_context.addTask(new tasks_1.NodePackageInstallTask());
_context.logger.debug("✅️ Dependencies installed");
return tree;
};
}
exports.installDependencies = installDependencies;
//# sourceMappingURL=installDependencies.js.map