@angular-material-extensions/google-maps-autocomplete
Version:
Autocomplete input component and directive for google-maps built with angular and material design
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
;