mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Rather than manually calling the transformer we use for headings from within a render function, we now properly call into the Renderer to do them
via the tokens they are require instead. This is being done to allow us to have a per Renderer instance of state instead of a global state, which will
allow us to run marked async and hopefully speed up the pipeline
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| docs-card | ||
| docs-code | ||
| docs-pill | ||
| docs-workflow | ||
| docs-alert.mts | ||
| docs-callout.mts | ||
| docs-decorative-header.mts | ||
| docs-image.mts | ||
| docs-tabs.mts | ||
| docs-video.mts | ||