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> {
190190 /**
191191 * Gets an observable that is notified when the dialog is finished opening.
192192 * @deprecated Use `afterOpened` instead.
193- * @deletion -target 8.0.0
193+ * @breaking -change 8.0.0
194194 */
195195 afterOpen ( ) : Observable < void > {
196196 return this . afterOpened ( ) ;
@@ -199,7 +199,7 @@ export class MatDialogRef<T, R = any> {
199199 /**
200200 * Gets an observable that is notified when the dialog has started closing.
201201 * @deprecated Use `beforeClosed` instead.
202- * @deletion -target 8.0.0
202+ * @breaking -change 8.0.0
203203 */
204204 beforeClose ( ) : Observable < R | undefined > {
205205 return this . beforeClosed ( ) ;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export class MatDialog {
8585 /**
8686 * Stream that emits when a dialog has been opened.
8787 * @deprecated Use `afterOpened` instead.
88- * @deletion -target 8.0.0
88+ * @breaking -change 8.0.0
8989 */
9090 get afterOpen ( ) : Subject < MatDialogRef < any > > {
9191 return this . afterOpened ;
You can’t perform that action at this time.
0 commit comments