//src/app/counter.reducer.tsimport { createReducer, on } from '@ngrx/store'; import { increment } from './counter.actions';export const ...
確定! 回上一頁