Files
2024-12-05 16:03:35 -08:00

12 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