When building my project that uses ngx-bootstrap with Angular 4, I see the following warning:
The element is deprecated. Use It's just a warning, but seems like something that should be fixed at some point.
[WARNING ->]
Please search for same issues before opening a new one...
For Angular 4 just use the @next version which fixes this warning. This cannot be fixed in 1.6.X because it would break Angular 2 support. You can use "ngx-bootstrap": "2.0.0-beta.2" or npm install ngx-bootstrap@next
Sorry, if you can believe it I actually did try to search, but now that I think of it I might have been only searching open issues. Thanks for the explanation.
Most helpful comment
Please search for same issues before opening a new one...
For Angular 4 just use the @next version which fixes this warning. This cannot be fixed in 1.6.X because it would break Angular 2 support. You can use "ngx-bootstrap": "2.0.0-beta.2" or npm install ngx-bootstrap@next