You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated Angular material 2 to 7.2 from 6.0 and now the application wont start up. It throws the following error: createOverlayContainer is not a function. This is the following code I have when I'm bootstraping:
Ah, this was missed from the changelog. OVERLAY_CONTAINER_TOKEN is gone, there's a new OverlayContainer injectable. If you migrate to NgModule, however, you won't need to provide anything at all for Overlays.
Bug
I just updated Angular material 2 to 7.2 from 6.0 and now the application wont start up. It throws the following error:
createOverlayContainer is not a function
. This is the following code I have when I'm bootstraping:Could not find any breaking change about this in the changelog.
Which versions of Angular, Material, OS, browsers are affected?
Angular version: 2.0.0-rc.4
Angular material version: 2.0.0-alpha.7-2
The text was updated successfully, but these errors were encountered: