File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed
src/material/legacy-dialog Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
9
- export * from './dialog-module' ;
10
- export * from './dialog' ;
11
- export * from './dialog-container' ;
12
- export * from './dialog-content-directives' ;
13
- export * from './dialog-ref' ;
14
- export * from './dialog-config' ;
9
+ export { MatLegacyDialogModule } from './dialog-module' ;
10
+ export {
11
+ MAT_LEGACY_DIALOG_DATA ,
12
+ MAT_LEGACY_DIALOG_DEFAULT_OPTIONS ,
13
+ MAT_LEGACY_DIALOG_SCROLL_STRATEGY ,
14
+ MAT_LEGACY_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY ,
15
+ MAT_LEGACY_DIALOG_SCROLL_STRATEGY_PROVIDER ,
16
+ MatLegacyDialog ,
17
+ } from './dialog' ;
18
+ export { MatLegacyDialogContainer } from './dialog-container' ;
19
+ export {
20
+ MatLegacyDialogClose ,
21
+ MatLegacyDialogTitle ,
22
+ MatLegacyDialogContent ,
23
+ MatLegacyDialogActions ,
24
+ } from './dialog-content-directives' ;
25
+ export { MatLegacyDialogRef } from './dialog-ref' ;
26
+ export { MatLegacyDialogConfig } from './dialog-config' ;
15
27
export {
16
28
_MatDialogBase as _MatLegacyDialogBase ,
17
29
_MatDialogContainerBase as _MatLegacyDialogContainerBase ,
Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
9
- export * from './dialog-harness' ;
10
- export * from './dialog-opener' ;
9
+ export { MatLegacyDialogSection , MatLegacyDialogHarness } from './dialog-harness' ;
10
+ export { MatTestLegacyDialogOpener , MatTestLegacyDialogOpenerModule } from './dialog-opener' ;
11
11
export { DialogHarnessFilters as LegacyDialogHarnessFilters } from '@angular/material/dialog/testing' ;
You can’t perform that action at this time.
0 commit comments