mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit introduces the infrastructure for embedding code examples within Angular packages, enabling them to be consumed by the Angular CLI's MCP server. The `@angular/forms` package is the first to adopt this new feature. A new `ng_examples_db` Bazel rule is used to build a SQLite database from markdown files containing code examples. This database is then included in the published npm package. The `package.json` for `@angular/forms` has been updated with an `angular.examples` field to allow tooling to discover and use the code examples. |
||
|---|---|---|
| .. | ||
| bazel | ||
| contributing-stats | ||
| gulp-tasks | ||
| legacy-saucelabs | ||
| manual_api_docs | ||
| pnpm-patches | ||
| saucelabs | ||
| saucelabs-daemon | ||
| symbol-extractor | ||
| testing | ||
| tslint | ||
| BUILD.bazel | ||
| defaults.bzl | ||
| jsconfig.json | ||
| ng_benchmark.bzl | ||
| tsconfig-test.json | ||
| tsconfig.json | ||
| types.d.ts | ||