While developing an Angular application, you get errors of the type “implicit index errors”. Which of these actions is recommended to be taken to eliminate such errors?
1: Set noImplicitAny flag to false
2: Set suppressImplicitAnyIndexErrors to true
Options
- Only 1
- Only 2
- Both 1 and 2
- Neither 1 nor 2