-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export 'ModalOptions' was not found in 'ng2-bootstrap' #1590
Comments
I will include in next version fix for it, |
please try v1.3.3 |
I tried the 1.3.3, what is strange is that when I run "ng serve --aot" no warnings are given, but when I removed the "--aot" parameters it outputs the following error
I'm using Visual Studio 2015 as the editor and it's complaining on this line
that
I have uninstall and re-installed ng2-bootstrap Here's my tsconfig.json file I install ng2-bootstrap@1.4.0-beta.3 and I'm no longer receiving the warning. I'm stumped, is it my development environment configuration? Let me know if you need more information or would like me to change something at my end. Anything to help. Manny |
Angular cli versions? |
tsc -v Tried to import ng2-bootstrap/modal, produced the same warning |
Try ts v2.0.10 and @angular/cli .30 |
If it will not work, join slack and drop me a link to Repo in DM |
I'm using ng2-bootstrap 1.3.2 and I'm noticing this issue now, it was not happening with the previous version. Do you have an hints?
This is my import line in my component
import { ModalDirective, ModalOptions } from 'ng2-bootstrap';
Thank you
The text was updated successfully, but these errors were encountered: