Last change
on this file since 59329aa was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago |
adding new components
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | /**
|
---|
| 2 | * @license
|
---|
| 3 | * Copyright Google LLC All Rights Reserved.
|
---|
| 4 | *
|
---|
| 5 | * Use of this source code is governed by an MIT-style license that can be
|
---|
| 6 | * found in the LICENSE file at https://angular.io/license
|
---|
| 7 | */
|
---|
[fa375fe] | 8 | import * as ɵngcc0 from '@angular/core';
|
---|
| 9 | import * as ɵngcc1 from './autocomplete';
|
---|
| 10 | import * as ɵngcc2 from './autocomplete-trigger';
|
---|
| 11 | import * as ɵngcc3 from './autocomplete-origin';
|
---|
| 12 | import * as ɵngcc4 from '@angular/cdk/overlay';
|
---|
| 13 | import * as ɵngcc5 from '@angular/material/core';
|
---|
| 14 | import * as ɵngcc6 from '@angular/common';
|
---|
| 15 | import * as ɵngcc7 from '@angular/cdk/scrolling';
|
---|
[6a3a178] | 16 | export declare class MatAutocompleteModule {
|
---|
[fa375fe] | 17 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatAutocompleteModule, never>;
|
---|
| 18 | static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatAutocompleteModule, [typeof ɵngcc1.MatAutocomplete, typeof ɵngcc2.MatAutocompleteTrigger, typeof ɵngcc3.MatAutocompleteOrigin], [typeof ɵngcc4.OverlayModule, typeof ɵngcc5.MatOptionModule, typeof ɵngcc5.MatCommonModule, typeof ɵngcc6.CommonModule], [typeof ɵngcc1.MatAutocomplete, typeof ɵngcc2.MatAutocompleteTrigger, typeof ɵngcc3.MatAutocompleteOrigin, typeof ɵngcc7.CdkScrollableModule, typeof ɵngcc5.MatOptionModule, typeof ɵngcc5.MatCommonModule]>;
|
---|
| 19 | static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatAutocompleteModule>;
|
---|
[6a3a178] | 20 | }
|
---|
[fa375fe] | 21 |
|
---|
| 22 | //# sourceMappingURL=autocomplete-module.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.