An action example in animal.actions.ts . 1. export class AddAnimal {. 2. static readonly type = '[Zoo] Add Animal';. 3. constructor(public name: string) {}.
確定! 回上一頁