Ignore:
Timestamp:
10/16/21 18:10:51 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
eed0bf8
Parents:
6a3a178
Message:

adding new components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/material/autocomplete/autocomplete-origin.d.ts

    r6a3a178 rfa375fe  
    88import { ElementRef } from '@angular/core';
    99/** Base class containing all of the functionality for `MatAutocompleteOrigin`. */
     10import * as ɵngcc0 from '@angular/core';
    1011export declare abstract class _MatAutocompleteOriginBase {
    1112    /** Reference to the element on which the directive is applied. */
     
    1415    /** Reference to the element on which the directive is applied. */
    1516    elementRef: ElementRef<HTMLElement>);
     17    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<_MatAutocompleteOriginBase, never>;
     18    static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<_MatAutocompleteOriginBase, never, never, {}, {}, never>;
    1619}
    1720/**
     
    2023 */
    2124export declare class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {
     25    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocompleteOrigin, never>;
     26    static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatAutocompleteOrigin, "[matAutocompleteOrigin]", ["matAutocompleteOrigin"], {}, {}, never>;
    2227}
     28
     29//# sourceMappingURL=autocomplete-origin.d.ts.map
Note: See TracChangeset for help on using the changeset viewer.