schematics-utilities
Version:
🛠️ Useful exported utilities for working with Schematics
16 lines • 702 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const ng_ast_utils_1 = require("@schematics/angular/utility/ng-ast-utils");
function findBootstrapModuleCall(host, mainPath) {
return ng_ast_utils_1.findBootstrapModuleCall(host, mainPath);
}
exports.findBootstrapModuleCall = findBootstrapModuleCall;
function findBootstrapModulePath(host, mainPath) {
return ng_ast_utils_1.findBootstrapModulePath(host, mainPath);
}
exports.findBootstrapModulePath = findBootstrapModulePath;
function getAppModulePath(host, mainPath) {
return ng_ast_utils_1.getAppModulePath(host, mainPath);
}
exports.getAppModulePath = getAppModulePath;
//# sourceMappingURL=ng-ast-utils.js.map
;