Posts by Daniel Freitas • 1 point
2 posts
-
0
votes1
answer39
viewsA: Staticinjectorerror when using Typeahead(ngx-bootstrap)
I was investigating, investigating and saw that what caused the problem was the lack of Formsmodule import that is necessary pro typeahead to have bind working.
-
0
votes1
answer39
viewsQ: Staticinjectorerror when using Typeahead(ngx-bootstrap)
I need to use typeahead in a Component, let’s call it component1. Typeahead is also being imported into another Component(let’s call component2) which is used within this same component1 as a modal,…