Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 | 58x 58x | import { createAction, props } from "@ngrx/store" export const setHoveredNodeId = createAction("SET_HOVERED_NODE_ID", props<{ value: null | number }>()) |