Binding element 'text' implicitly has an 'any' type.ts(7031) code example
Example 1: binding element 'name' implicitly has an 'any' type
{index} : {index:any}
Example 2: binding element 'name' implicitly has an 'any' type
"noImplicitAny": true,
{index} : {index:any}
"noImplicitAny": true,