-
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
Can't use Modal #1143
Comments
Did you import ...
import { ModalModule } from 'ng2-bootstrap/ng2-bootstrap';
import { App } from './app';
...
@NgModule({
bootstrap: [App],
declarations: [
],
imports: [
...,
ModalModule,
...
],
providers: [
]
}) |
Yes, I did. Already import my app module. |
Maybe it's the same issue as #1027 . |
+1 Followed the instructions and still running into the error |
Try ModalModule.forRoot() instead of ModalModule. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, guys.
I used ng2-bootstrap module. I tried to open modal on my app. But, it occured error.
I try to find a solution. But there're no solution.
I followed the modal example in demo page exactly same.
Please help
Sorry about my english
The text was updated successfully, but these errors were encountered: