counter.actions.ts import {createAction, union} from '@ngrx/store'; export const increment = createAction( '[Counter] Increment', ...
確定! 回上一頁