Issue
In an angular project the code 
The following script in movie.service.ts cause error ts(7015) Element implicitly has an 'any' type because index expression is not of type 'number'.
Any thoughts ?
Solution
I figured out that the module.ts file was not properly updated. After the updates - the app worked.
Answered By - thb
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.