File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tools/public_api_guard/material Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export abstract class _MatSnackBarBase implements OnDestroy {
7878 open(message : string , action ? : string , config ? : MatSnackBarConfig ): MatSnackBarRef <TextOnlySnackBar >;
7979 get _openedSnackBarRef(): MatSnackBarRef <any > | null ;
8080 set _openedSnackBarRef(value : MatSnackBarRef <any > | null );
81- openFromComponent<T >(component : ComponentType <T >, config ? : MatSnackBarConfig ): MatSnackBarRef <T >;
81+ openFromComponent<T , D = any >(component : ComponentType <T >, config ? : MatSnackBarConfig < D > ): MatSnackBarRef <T >;
8282 openFromTemplate(template : TemplateRef <any >, config ? : MatSnackBarConfig ): MatSnackBarRef <EmbeddedViewRef <any >>;
8383 protected abstract simpleSnackBarComponent: Type <TextOnlySnackBar >;
8484 protected abstract snackBarContainerComponent: Type <_SnackBarContainer >;
You can’t perform that action at this time.
0 commit comments