source: trip-planner-front/node_modules/@angular/material/dialog/dialog-module.d.ts@ fa375fe

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 */
8import * as ɵngcc0 from '@angular/core';
9import * as ɵngcc1 from './dialog-container';
10import * as ɵngcc2 from './dialog-content-directives';
11import * as ɵngcc3 from '@angular/cdk/overlay';
12import * as ɵngcc4 from '@angular/cdk/portal';
13import * as ɵngcc5 from '@angular/material/core';
14export declare class MatDialogModule {
15 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatDialogModule, never>;
16 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatDialogModule, [typeof ɵngcc1.MatDialogContainer, typeof ɵngcc2.MatDialogClose, typeof ɵngcc2.MatDialogTitle, typeof ɵngcc2.MatDialogActions, typeof ɵngcc2.MatDialogContent], [typeof ɵngcc3.OverlayModule, typeof ɵngcc4.PortalModule, typeof ɵngcc5.MatCommonModule], [typeof ɵngcc1.MatDialogContainer, typeof ɵngcc2.MatDialogClose, typeof ɵngcc2.MatDialogTitle, typeof ɵngcc2.MatDialogContent, typeof ɵngcc2.MatDialogActions, typeof ɵngcc5.MatCommonModule]>;
17 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatDialogModule>;
18}
19
20//# sourceMappingURL=dialog-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.