use snackbar to show error messages

This commit is contained in:
2019-11-16 08:57:39 +01:00
parent 41d30cbc44
commit 3022edb1e1
5 changed files with 25 additions and 11 deletions

View File

@@ -16,8 +16,6 @@ export class PlotViewComponent implements OnInit {
imageUrl : string;
errorMessage: string;
@Output()
zoomRange : EventEmitter<SelectionRange> = new EventEmitter<SelectionRange>();