use enum in angular 8 code example Example: enum angular enum Direction { Up = 1, Down, Left, Right,}Try