ng update to 9
This commit is contained in:
parent
e9c81dc428
commit
3ed88a4d5e
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