Project

General

Profile

« Previous | Next » 

Revision 61075

[Library | Angular 9]: Update to Angular 9

View differences:

entitiesSelection.component.ts
92 92
  @Input() matPanelClass = "matSelectionPanel";
93 93
  @Input() disableSelect: boolean = false;
94 94
  show = 0;
95
  @ViewChild(MatSelect, { static: false }) matSelect: MatSelect;
95
  @ViewChild(MatSelect) matSelect: MatSelect;
96 96

  
97 97
  subs: Subscription[] = [];
98 98

  

Also available in: Unified diff