Files
George Kalpakas 67aa0c12c1 refactor(elements): remove unneeded Custom Elements polyfill from docs examples (#44214) (#44233)
In PR #43975, the `Angular Elements` guide was updated to remove
mentions of the Custom Elements-related polyfills, since they are no
longer necessary in v13+ (due to all CLI projects being ES2015+ and all
supported browsers natively supporting Custom Elements).

This commit updates the related docs example boilerplate to not include
the unneeded `@webcomponents/custom-elements` polyfill.

PR Close #44214

PR Close #44233
2021-11-22 17:37:01 +00:00
..