I am using angular (7+) and have the following custom pipe:
@Pipe({ name: \'enumtostring\' }) export class EnumtostringPipe implements PipeTransform { co