-
Notifications
You must be signed in to change notification settings - Fork 241
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
No provider for Overlay #174
Comments
When you set the |
I do. Here is an edited version of my module. The only thing I've changed is the import: added 'index', otherwise a download fails.
|
Did a quick debug.
|
stuck on same but slightly different problem. ORIGINAL EXCEPTION: No provider for Renderer! using webpack 2.1.0 |
To reproduce : main.browser.ts
app.ts
btw, beta10 works well. |
OK, I think it might narrow down to SystemJS projects... |
thanks for your nice project :) |
In beta11 I'v added the But it's strange, working in the demo app not working in others? This is a core type in the DI |
Same error in beta 11, beta 10 works fine. I'm using systemjs |
ORIGINAL EXCEPTION: No provider for Renderer! |
I'm getting the |
Ok I see Sent from my iPhone
|
I fixed my original problem (
to
Allow me to share my feelings towards the current state of client-side development and angular2 in particular: . Apologies, just needed to ventilate 😉 . I hope this helps with the other problems here. I'm currently runnen modal beta.10 but I don't think 11 will break this (can try if you want). If I can help by testing something against my setup, just ask. |
@shlomiassaf Since the original issue has been solved, do you prefer if I (or some other participant) opened a new one for the beta 11 |
I think Provider issue needs more time to be fixed since it seems to be the problem of angular2 or webpack its own bug. maybe it should be reported to the angular team |
@orange4glace not sure, I think it some change I'v made. It doesn't happen on my setup so I will have to start fresh. @CaselIT, Yes sure. |
Opened new issue for the Redenrer #175 |
Update: issue is not webpack or angular related. Basically, Renderer is not available at bootstrap, since Meanwhile, to solve this quickly, add |
OK guys, try |
beta12 works again! 💯 |
Thanks a lot! |
I'm still getting |
In Angular 2.1.0 I have No provider for Overlay |
I'm having this No provider for Overlay issue right now with angular2-modal ^2.4.0 edit: it turns out i just had the letter M capitalized in importing angular2-modal |
@lykalabrada What did you change? |
I fix this problem when I added correct imports. When I was upgrading angular2 and @angular/material, it showed the error. After I changed Everything is ok now. |
Sorry, can't reproduce on plunkr.
I'm trying to upgrade from rc.4 to rc.5 and modal 1.0.8 to 2.0.0-beta.11. I'm slowly getting somewhere but now stuck on "No provider for Overlay!". My code is almost exactly like https://github.com/shlomiassaf/angular2-modal/blob/master/QUICKTHROUGH.md
I suppose that provider should come with ModalModule? Or am I missing something?
Thanks.
The text was updated successfully, but these errors were encountered: