EliezerB123
Results
22
comments of
EliezerB123
> @matheo you can use `.bind(this)`: > > _component.ts_ > > ```ts > displayFn(value: StateOption): string { > return !value ? '' : value.viewValue[this.lang]; > } > ``` > >...
Is this on the current roadmap? Any idea when this might be released? (Or, if not, are there any good work-arounds? I can easily create a custom template, but it's...