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