UNPKG

@angular-material-extensions/google-maps-autocomplete

Version:

Autocomplete input component and directive for google-maps built with angular and material design

8 lines (7 loc) 489 B
import { Rule, Tree } from '@angular-devkit/schematics'; export declare function addPackageJsonDependencies(): Rule; export declare function installPackageJsonDependencies(): Rule; export declare function addModuleToImports(options: any): Rule; /** Gets the version of the specified package by looking at the package.json in the given tree. */ export declare function getPackageVersionFromPackageJson(tree: Tree, name: string): string | null; export default function (options: any): Rule;