Angular key value pipe type is breaking compilation

后端 未结 0 1618
无人共我
无人共我 2021-01-17 14:23

I have the following object :

  validationsErrors: { 
     [key: string]: {
         key: string;
         params?: { [key: string]: string } 
     } 
  };


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