user.reducer.ts; import { EntityState, EntityAdapter, createEntityAdapter } from '@ngrx/entity';; export interface User {; id: string; ...
確定! 回上一頁