How tp modify response in Angular?

后端 未结 0 350
醉酒成梦
醉酒成梦 2021-01-21 05:48

I get data from server as type Registry[]:

export interface Registry {
  Id: number;
  IsPublished: boolean;
  Name: string;
  RegistryItems: any[];
         


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