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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
"Edit in Plunker" used to use POSTs to create pre-seeded examples. At some point, this was switched over to a scheme that relied on hardcoded regex matching and URLs that are stored on plunker's servers. This leads to breakages such as issue #7166. It also makes it really hard for someone who wants to maintain to code to figure out how the whole thing fits together. We should go back to using POSTs to create plunkers and remove this tight coupling / brittleness.