diff --git a/packages/common/src/pipes/keyvalue_pipe.ts b/packages/common/src/pipes/keyvalue_pipe.ts index ec78bfc941..2c09bd5722 100644 --- a/packages/common/src/pipes/keyvalue_pipe.ts +++ b/packages/common/src/pipes/keyvalue_pipe.ts @@ -31,7 +31,8 @@ export interface KeyValue { * By default the comparator will be by Unicode point value. * You can optionally pass a compareFn if your keys are complex types. * - * ## Examples + * #usageNotes + * ### Examples * * This examples show how an Object or a Map and be iterated by ngFor with the use of this keyvalue * pipe.