@@ -19,11 +19,10 @@ import { DomPortal } from '@angular/cdk/portal';
19
19
import { ElementRef } from ' @angular/core' ;
20
20
import { EmbeddedViewRef } from ' @angular/core' ;
21
21
import * as i0 from ' @angular/core' ;
22
- import * as i4 from ' @angular/cdk/overlay' ;
23
- import * as i5 from ' @angular/cdk/portal' ;
24
- import * as i6 from ' @angular/common' ;
25
- import * as i7 from ' @angular/material/button' ;
26
- import * as i8 from ' @angular/material/core' ;
22
+ import * as i1 from ' @angular/cdk/overlay' ;
23
+ import * as i2 from ' @angular/cdk/portal' ;
24
+ import * as i3 from ' @angular/material/button' ;
25
+ import * as i4 from ' @angular/material/core' ;
27
26
import { InjectionToken } from ' @angular/core' ;
28
27
import { Injector } from ' @angular/core' ;
29
28
import { LiveAnnouncer } from ' @angular/cdk/a11y' ;
@@ -70,15 +69,15 @@ export class MatSnackBar implements OnDestroy {
70
69
// @public
71
70
export class MatSnackBarAction {
72
71
// (undocumented)
73
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatSnackBarAction , " [matSnackBarAction]" , never , {}, {}, never , never , false , never >;
72
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatSnackBarAction , " [matSnackBarAction]" , never , {}, {}, never , never , true , never >;
74
73
// (undocumented)
75
74
static ɵfac: i0 .ɵɵFactoryDeclaration <MatSnackBarAction , never >;
76
75
}
77
76
78
77
// @public
79
78
export class MatSnackBarActions {
80
79
// (undocumented)
81
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatSnackBarActions , " [matSnackBarActions]" , never , {}, {}, never , never , false , never >;
80
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatSnackBarActions , " [matSnackBarActions]" , never , {}, {}, never , never , true , never >;
82
81
// (undocumented)
83
82
static ɵfac: i0 .ɵɵFactoryDeclaration <MatSnackBarActions , never >;
84
83
}
@@ -124,7 +123,7 @@ export class MatSnackBarContainer extends BasePortalOutlet implements OnDestroy
124
123
_role? : ' status' | ' alert' ;
125
124
snackBarConfig: MatSnackBarConfig ;
126
125
// (undocumented)
127
- static ɵcmp: i0 .ɵɵComponentDeclaration <MatSnackBarContainer , " mat-snack-bar-container" , never , {}, {}, never , never , false , never >;
126
+ static ɵcmp: i0 .ɵɵComponentDeclaration <MatSnackBarContainer , " mat-snack-bar-container" , never , {}, {}, never , never , true , never >;
128
127
// (undocumented)
129
128
static ɵfac: i0 .ɵɵFactoryDeclaration <MatSnackBarContainer , never >;
130
129
}
@@ -140,7 +139,7 @@ export type MatSnackBarHorizontalPosition = 'start' | 'center' | 'end' | 'left'
140
139
// @public
141
140
export class MatSnackBarLabel {
142
141
// (undocumented)
143
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatSnackBarLabel , " [matSnackBarLabel]" , never , {}, {}, never , never , false , never >;
142
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatSnackBarLabel , " [matSnackBarLabel]" , never , {}, {}, never , never , true , never >;
144
143
// (undocumented)
145
144
static ɵfac: i0 .ɵɵFactoryDeclaration <MatSnackBarLabel , never >;
146
145
}
@@ -152,7 +151,7 @@ export class MatSnackBarModule {
152
151
// (undocumented)
153
152
static ɵinj: i0 .ɵɵInjectorDeclaration <MatSnackBarModule >;
154
153
// (undocumented)
155
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatSnackBarModule , [typeof i1 .SimpleSnackBar , typeof i2 .MatSnackBarContainer , typeof i3 .MatSnackBarLabel , typeof i3 . MatSnackBarActions , typeof i3 . MatSnackBarAction ], [ typeof i4 . OverlayModule , typeof i5 . PortalModule , typeof i6 . CommonModule , typeof i7 .MatButtonModule , typeof i8 . MatCommonModule ], [typeof i8 .MatCommonModule , typeof i2 .MatSnackBarContainer , typeof i3 .MatSnackBarLabel , typeof i3 .MatSnackBarActions , typeof i3 .MatSnackBarAction ]>;
154
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatSnackBarModule , never , [typeof i1 .OverlayModule , typeof i2 .PortalModule , typeof i3 .MatButtonModule , typeof i4 . MatCommonModule , typeof i5 . SimpleSnackBar , typeof i6 . MatSnackBarContainer , typeof i7 . MatSnackBarLabel , typeof i7 . MatSnackBarActions , typeof i7 .MatSnackBarAction ], [typeof i4 .MatCommonModule , typeof i6 .MatSnackBarContainer , typeof i7 .MatSnackBarLabel , typeof i7 .MatSnackBarActions , typeof i7 .MatSnackBarAction ]>;
156
155
}
157
156
158
157
// @public
@@ -190,7 +189,7 @@ export class SimpleSnackBar implements TextOnlySnackBar {
190
189
// (undocumented)
191
190
snackBarRef: MatSnackBarRef <SimpleSnackBar >;
192
191
// (undocumented)
193
- static ɵcmp: i0 .ɵɵComponentDeclaration <SimpleSnackBar , " simple-snack-bar" , [" matSnackBar" ], {}, {}, never , never , false , never >;
192
+ static ɵcmp: i0 .ɵɵComponentDeclaration <SimpleSnackBar , " simple-snack-bar" , [" matSnackBar" ], {}, {}, never , never , true , never >;
194
193
// (undocumented)
195
194
static ɵfac: i0 .ɵɵFactoryDeclaration <SimpleSnackBar , never >;
196
195
}
0 commit comments