source: trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete-origin.d.ts.map@ 8d391a1

Last change on this file since 8d391a1 was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{"version":3,"file":"autocomplete-origin.d.ts","sources":["autocomplete-origin.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { ElementRef } from '@angular/core';\n/** Base class containing all of the functionality for `MatAutocompleteOrigin`. */\nexport declare abstract class _MatAutocompleteOriginBase {\n /** Reference to the element on which the directive is applied. */\n elementRef: ElementRef<HTMLElement>;\n constructor(\n /** Reference to the element on which the directive is applied. */\n elementRef: ElementRef<HTMLElement>);\n}\n/**\n * Directive applied to an element to make it usable\n * as a connection point for an autocomplete panel.\n */\nexport declare class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {\n}\n"]}
Note: See TracBrowser for help on using the repository browser.