Update to Angular 10

This commit is contained in:
piotrpekala7
2020-06-30 10:42:31 +02:00
parent 7c4e745075
commit c8104a577f
48 changed files with 153 additions and 105 deletions

View File

@ -15,7 +15,7 @@ export class NodeSelectInterfaceComponent implements OnInit {
@Input() links: Link[];
@Output() onChooseInterface = new EventEmitter<any>();
@ViewChild(MatMenuTrigger, {static: false}) contextMenu: MatMenuTrigger;
@ViewChild(MatMenuTrigger) contextMenu: MatMenuTrigger;
protected topPosition;
protected leftPosition;