From c08549ae384e05414555725805ed03369b122e8c Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 20 Sep 2018 14:31:24 +0100 Subject: [PATCH] docs(common): move `KeyValuePipe` example to `@usageNotes` (#26039) PR Close #26039 --- packages/common/src/pipes/keyvalue_pipe.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.