fixed errors with ngModel

This commit is contained in:
Finn 2019-08-14 14:18:53 +01:00
parent 95d68daf93
commit 44c80b062f
6 changed files with 9 additions and 17 deletions

View file

@ -13,6 +13,7 @@ export class MoreStuffComponent implements OnInit {
@Input() public categories: any;
bubbleChartBegin: any;
bubbleChartEnd: any;
constructor(
private api: ApiService,
private currencyPipe: CurrencyPipe,