@angular-material-extensions/google-maps-autocomplete
Version:
Autocomplete input component and directive for google-maps built with angular and material design
11 lines • 455 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const schematics_1 = require("@angular/cdk/schematics");
/**
* Whether the Angular module in the given path imports the specified module class name.
*/
function hasNgModuleImport(tree, modulePath, className) {
return schematics_1.hasNgModuleImport(tree, modulePath, className);
}
exports.hasNgModuleImport = hasNgModuleImport;
//# sourceMappingURL=ng-module-imports.js.map
;