UNPKG

@ng-doc/builder

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

12 lines 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.update = update; const schematics_1 = require("@angular-devkit/schematics"); const update_pages_1 = require("./steps/update-pages"); /** * */ function update() { return (0, schematics_1.chain)([(0, update_pages_1.updatePages)()]); } //# sourceMappingURL=index.js.map