How to update an object's property from another object ngrx

前端 未结 0 1401
予麋鹿
予麋鹿 2021-01-27 06:01

i have this state

interface ILeadsPageState {
  leadsList    : LeadBasicDto[]
  isLoading    : boolean;
  error        : any;
}
export interface ILeadsState {
  l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题