counter.actions.ts import { Action } from '@ngrx/store'; export enum ActionTypes { Increment = '[Counter] Increment', Reset = '[Counter] ...
確定! 回上一頁