File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export class MatDialogRef<T, R = any> {
190
190
/**
191
191
* Gets an observable that is notified when the dialog is finished opening.
192
192
* @deprecated Use `afterOpened` instead.
193
- * @deletion -target 8.0.0
193
+ * @breaking -change 8.0.0
194
194
*/
195
195
afterOpen ( ) : Observable < void > {
196
196
return this . afterOpened ( ) ;
@@ -199,7 +199,7 @@ export class MatDialogRef<T, R = any> {
199
199
/**
200
200
* Gets an observable that is notified when the dialog has started closing.
201
201
* @deprecated Use `beforeClosed` instead.
202
- * @deletion -target 8.0.0
202
+ * @breaking -change 8.0.0
203
203
*/
204
204
beforeClose ( ) : Observable < R | undefined > {
205
205
return this . beforeClosed ( ) ;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export class MatDialog {
85
85
/**
86
86
* Stream that emits when a dialog has been opened.
87
87
* @deprecated Use `afterOpened` instead.
88
- * @deletion -target 8.0.0
88
+ * @breaking -change 8.0.0
89
89
*/
90
90
get afterOpen ( ) : Subject < MatDialogRef < any > > {
91
91
return this . afterOpened ;
You can’t perform that action at this time.
0 commit comments