Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
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 | */
|
---|
8 | import * as ɵngcc0 from '@angular/core';
|
---|
9 | import * as ɵngcc1 from './select';
|
---|
10 | import * as ɵngcc2 from '@angular/common';
|
---|
11 | import * as ɵngcc3 from '@angular/cdk/overlay';
|
---|
12 | import * as ɵngcc4 from '@angular/material/core';
|
---|
13 | import * as ɵngcc5 from '@angular/cdk/scrolling';
|
---|
14 | import * as ɵngcc6 from '@angular/material/form-field';
|
---|
15 | export declare class MatSelectModule {
|
---|
16 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatSelectModule, never>;
|
---|
17 | static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatSelectModule, [typeof ɵngcc1.MatSelect, typeof ɵngcc1.MatSelectTrigger], [typeof ɵngcc2.CommonModule, typeof ɵngcc3.OverlayModule, typeof ɵngcc4.MatOptionModule, typeof ɵngcc4.MatCommonModule], [typeof ɵngcc5.CdkScrollableModule, typeof ɵngcc6.MatFormFieldModule, typeof ɵngcc1.MatSelect, typeof ɵngcc1.MatSelectTrigger, typeof ɵngcc4.MatOptionModule, typeof ɵngcc4.MatCommonModule]>;
|
---|
18 | static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatSelectModule>;
|
---|
19 | }
|
---|
20 |
|
---|
21 | //# sourceMappingURL=select-module.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.