angular/adev/shared-docs/pipeline/guides/testing/docs-code/example-with-region.ts
2024-12-05 16:03:35 -08:00

11 lines
286 B
TypeScript

/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
// #docregion something
const x = 'within the region';
// #enddocregion something