mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1c6a209c7a
Restores the ability to have example components rendered alongside the code. This functionality was broken a while back by #53511. To enable the embedded preview for an example, add `preview` and `path=adev/src/content/expamples/component/to/render.ts` attributes to the `<docs-code>` or `<docs-code-multifile>` tag. Tested with one of the accessibility examples and it seems to work now. PR Close #60778