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