docs: add WebMCP docs#68756
Conversation
This is similar to what's happening with reactive context currently; I think in that case we could document it in the same way we have in Reactive context and async operations |
I'm hesitant to duplicate that content here. Maybe the better approach would be refactor the existing content into a more general description and then link to it from both the signals guide and WebMCP? |
Adds initial documentation of experimental WebMCP APIs.
|
Deployed adev-preview for b9102e7 to: https://ng-dev-previews-fw--pr-angular-angular-68756-adev-prev-h8fj2vqb.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
This provides some documentation for initial WebMCP features in the upcoming v22 release.
Some decisions made in the process which reviewers are welcome to contest:
executeis anasyncfunction running in an injection context, meaninginjectworks before anawait, but not after it. This is an existing hazard of async functions in injection contexts, so I didn't call it out specifically.