mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: unlink async keyword in APF guide (#44060)
Currently, `async` keywords in the APF guide incorrectly links to https://angular.io/api/common/AsyncPipe PR Close #44060
This commit is contained in:
parent
f12f6de3c6
commit
df2e862cae
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ Tooling that is aware of these keys may preferentially select a desirable code f
|
|||
|
||||
* `"node"` selects flattened ES2015 code when the package is loaded in Node.
|
||||
|
||||
This format is used due to the requirements of `zone.js`, which does not support native `async`/`await` ES2017 syntax. Therefore, Node is instructed to use ES2015 code, where `async`/`await` structures have been downleveled into Promises.
|
||||
This format is used due to the requirements of `zone.js`, which does not support native <code class="no-auto-link">async</code>/`await` ES2017 syntax. Therefore, Node is instructed to use ES2015 code, where <code class="no-auto-link">async</code>/`await` structures have been downleveled into Promises.
|
||||
|
||||
* `"default"` selects flattened ES2020 code for all other consumers.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue