@angular-material-extensions/google-maps-autocomplete
Version:
Autocomplete input component and directive for google-maps built with angular and material design
7 lines (6 loc) • 342 B
TypeScript
import { WorkspaceSchema, WorkspaceProject } from '@angular-devkit/core/src/experimental/workspace';
/**
* Finds the specified project configuration in the workspace. Throws an error if the project
* couldn't be found.
*/
export declare function getProjectFromWorkspace(workspace: WorkspaceSchema, projectName?: string): WorkspaceProject;