fixed errors with ngModel
This commit is contained in:
parent
95d68daf93
commit
44c80b062f
6 changed files with 9 additions and 17 deletions
|
@ -13,6 +13,7 @@ export class MoreStuffComponent implements OnInit {
|
|||
@Input() public categories: any;
|
||||
bubbleChartBegin: any;
|
||||
bubbleChartEnd: any;
|
||||
|
||||
constructor(
|
||||
private api: ApiService,
|
||||
private currencyPipe: CurrencyPipe,
|
||||
|
|
Reference in a new issue