useasdemo
Version:
16 lines • 569 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const schematics_1 = require("@angular-devkit/schematics");
function updateToV2() {
console.log('\n.updateToV4.....');
return schematics_1.chain([
// preUpdate,
// finishedUpdate
]);
}
exports.updateToV2 = updateToV2;
function postUpdate() {
return () => console.log('\nComplete! Please check the output above for any issues that were detected but could not be automatically fixed.');
}
exports.postUpdate = postUpdate;
//# sourceMappingURL=index.js.map