-
Notifications
You must be signed in to change notification settings - Fork 37
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
Angular 9 Support? #55
Comments
Having a similar issue when upgrading to Angular 9 ( I'm not using the Ivy compiler )
Setting static property to true for ViewChild in section below seemed to fix issue Line 211 in node_modules/ngx-modal-dialog/src/modal-dialog.component.ts
|
Here is a pull request for Angular 9 Support |
I really like this package so I hope that the support for Angular 9 can be added. In the meantime, I replaced Greentube/ngx-modal with preeco-privacy/ngx-modal:
And I fixed imports with: The @preeco-privacy/ngx-modal-dialog fork works with my Angular 9 project and my modals behave and look exactly like when I used the Greentube/ngx-modal dependency :) |
Just upgraded to Angular 9 and found this as well. Would like it fixed. |
Angular 11 problem, also with |
this answer worked for me. Thanks 👍 |
Are there any plans to support Angular 9?
I get this error when trying to open a modal dialog.
The text was updated successfully, but these errors were encountered: