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