Done some research and I need to wrap it in a arrow function.
displayWith = (value: string) => { let gauge = this.gs.getDirect(value); return gauge?.type + " " + gauge?.symbol; };