Changeset fa375fe for trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete-origin.d.ts
- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete-origin.d.ts
r6a3a178 rfa375fe 8 8 import { ElementRef } from '@angular/core'; 9 9 /** Base class containing all of the functionality for `MatAutocompleteOrigin`. */ 10 import * as ɵngcc0 from '@angular/core'; 10 11 export declare abstract class _MatAutocompleteOriginBase { 11 12 /** Reference to the element on which the directive is applied. */ … … 14 15 /** Reference to the element on which the directive is applied. */ 15 16 elementRef: ElementRef<HTMLElement>); 17 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<_MatAutocompleteOriginBase, never>; 18 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<_MatAutocompleteOriginBase, never, never, {}, {}, never>; 16 19 } 17 20 /** … … 20 23 */ 21 24 export declare class MatAutocompleteOrigin extends _MatAutocompleteOriginBase { 25 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocompleteOrigin, never>; 26 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatAutocompleteOrigin, "[matAutocompleteOrigin]", ["matAutocompleteOrigin"], {}, {}, never>; 22 27 } 28 29 //# sourceMappingURL=autocomplete-origin.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.