mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f15ccb94b9
PR Close #58961
12 lines
286 B
TypeScript
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
|