UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

13 lines 534 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schematics_1 = require("@angular-devkit/schematics"); const add_style_1 = require("./steps/add-style"); /** * Sets up a project with all required to run Doku Fragment. * This is run after 'package.json' was patched and all dependencies installed. */ function ngAddSetupProject(options) { return (0, schematics_1.chain)([(0, add_style_1.addGlobalStyle)(options)]); } exports.default = ngAddSetupProject; //# sourceMappingURL=setup-project.js.map