You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.6 KiB
23 lines
1.6 KiB
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
import * as ɵngcc0 from '@angular/core';
|
|
import * as ɵngcc1 from './accordion';
|
|
import * as ɵngcc2 from './expansion-panel';
|
|
import * as ɵngcc3 from './expansion-panel-header';
|
|
import * as ɵngcc4 from './expansion-panel-content';
|
|
import * as ɵngcc5 from '@angular/common';
|
|
import * as ɵngcc6 from '@angular/material/core';
|
|
import * as ɵngcc7 from '@angular/cdk/accordion';
|
|
import * as ɵngcc8 from '@angular/cdk/portal';
|
|
export declare class MatExpansionModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatExpansionModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatExpansionModule, [typeof ɵngcc1.MatAccordion, typeof ɵngcc2.MatExpansionPanel, typeof ɵngcc2.MatExpansionPanelActionRow, typeof ɵngcc3.MatExpansionPanelHeader, typeof ɵngcc3.MatExpansionPanelTitle, typeof ɵngcc3.MatExpansionPanelDescription, typeof ɵngcc4.MatExpansionPanelContent], [typeof ɵngcc5.CommonModule, typeof ɵngcc6.MatCommonModule, typeof ɵngcc7.CdkAccordionModule, typeof ɵngcc8.PortalModule], [typeof ɵngcc1.MatAccordion, typeof ɵngcc2.MatExpansionPanel, typeof ɵngcc2.MatExpansionPanelActionRow, typeof ɵngcc3.MatExpansionPanelHeader, typeof ɵngcc3.MatExpansionPanelTitle, typeof ɵngcc3.MatExpansionPanelDescription, typeof ɵngcc4.MatExpansionPanelContent]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatExpansionModule>;
|
|
}
|
|
|
|
//# sourceMappingURL=expansion-module.d.ts.map
|