| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fixes that examples do not properly recognize webcontainer Stackblitz instances. This causes some sidenav examples to not even work within Stackblitz as a message `Please open on Stackblitz` is displayed. Fixes angular#23895.
|
In the future, we could technically embed Stackblitz projects for these examples, so that users would not need to go to Stackblitz at all.. Not exactly sure about the problem sidenav examples though.. |
Sorry, something went wrong.
|
Just a note: From some brief experiments, it looks like we could serve these examples directly in the docs by forming a new containing block (i.e. by using a transform: translate3d(0, 0, 0)).. Might be worth looking into that in the future. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes that examples do not properly recognize webcontainer Stackblitz
instances. This causes some sidenav examples to not even work within
Stackblitz as a message Please open on Stackblitz is displayed.
Fixes #23895.