-
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
bsModal is missing #1027
Comments
Did you import the ModalModule into your app.module? i.e.:
|
Im having the same issue and I have imported the ModalModule in my app module |
Can you put your code up somewhere to review? Or a plunkr? |
I have added ModalModule and now Its working! |
Turns out I had imported ModalModule in my app module and not in the child module that actually uses the modal, changed that and its working fine :) |
I had the same issue. Then I imported the "ModalModule" in app.module.ts as explained above. This solved my problem. |
Hi,
I did install ng2-bootstrap with version 1.1.5 and I am getting below error because of bsModal directive is missing in /component/modal/modal.component.ts
Below is the error message which i am getting :
Can someone please help me on this?
The text was updated successfully, but these errors were encountered: