use snackbar to show error messages
This commit is contained in:
@@ -16,8 +16,6 @@ export class PlotViewComponent implements OnInit {
|
||||
|
||||
imageUrl : string;
|
||||
|
||||
errorMessage: string;
|
||||
|
||||
@Output()
|
||||
zoomRange : EventEmitter<SelectionRange> = new EventEmitter<SelectionRange>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user