question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error TS7006: Parameter 'result' implicitly has an 'any' type for typeahead directives

See original GitHub issue

I got the following error when using 1.0.0-alpha.1; commenting out the typeahead directives or switiching back to 1.0.0-alpha.1 solves it:

] node_modules/@ng-bootstrap/ng-bootstrap/typeahead/typeahead-window.d.ts(6,17): error TS7006: Parameter ‘result’ implicitly has an ‘any’ type. [1] node_modules/@ng-bootstrap/ng-bootstrap/typeahead/typeahead-window.d.ts(7,56): error TS7006: Parameter ‘result’ implicitly has an ‘any’ type. [1] node_modules/@ng-bootstrap/ng-bootstrap/typeahead/typeahead.d.ts(22,22): error TS7006: Parameter ‘value’ implicitly has an ‘any’ type. [1] node_modules/@ng-bootstrap/ng-bootstrap/typeahead/typeahead.d.ts(31,23): error TS7006: Parameter ‘value’ implicitly has an ‘any’ type.

Version of Angular, ng-bootstrap, and Bootstrap:

Angular: 2.0.0-rc.4

ng-bootstrap: ^1.0.0-alpha.1

Bootstrap: 4.0.0-alpha.3

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
icfantvcommented, Aug 10, 2016

@hswolf, I believe we intend to release tomorrow. That said, please exercise patience as we are all volunteers.

0reactions
hswolfcommented, Aug 10, 2016

@icfantv I got it, thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Typescript: TS7006: Parameter 'xxx' implicitly has an 'any' type
You are using the --noImplicitAny and TypeScript doesn't know about the type of the Users object. In this case, you need to explicitly ......
Read more >
Typescript TS7006 Parameter xxx implicitly has an any type
In testing my UserRouter, I am using a json file data.json [ { "id": 1, "name ... userRouter = new UserRouter().router; export default ......
Read more >
Parameter resp implicitly has an any type. - YouTube
Angular12 #codercrab #typescript #noImplicitAny #tsconfig.json.
Read more >
Typescript: TS7006: Parameter 'xxx' implicitly has an 'any' type
Building my app, I get the following TS error. ERROR in ...../UserRouter.ts (30,27): error TS7006: Parameter 'user' implicitly has an 'any' type.
Read more >
Use TypeScript to Build a Node API with Express
If you get an error, or the version of Node.js you have is less than version ... error TS7006: Parameter 'req' implicitly has...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found