c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android
Angular

Implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly

| | web
I got this following error "implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.ts(7023)"
I can add the following code in tsconfig.ts. Disabling the feature is not good idea but angular not allowed to run the project it shows error. So that I added the code and executed fine.
"noImplicitAny": false,