ng update to 9
This commit is contained in:
parent
189b928071
commit
e6b99339ad
4 changed files with 3185 additions and 1414 deletions
|
@ -227,7 +227,7 @@ export class MoreStuffComponent implements OnInit {
|
|||
|
||||
}
|
||||
|
||||
@ViewChild('supplierChart', {read: BaseChartDirective, static: false}) supplierChart: BaseChartDirective;
|
||||
@ViewChild('supplierChart', { read: BaseChartDirective }) supplierChart: BaseChartDirective;
|
||||
|
||||
private loadSupplierHistory() {
|
||||
this.api.loadMiscUrl('organisation/external/supplier_history').subscribe(
|
||||
|
|
Reference in a new issue