From 72dce34f429970fb5dd0f02e440c8706b7f29c3d Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 20 Sep 2018 15:20:01 +0100 Subject: [PATCH] docs(common): move `KeyValuePipe` example to `@usageNotes` (#26039) PR Close #26039 --- packages/common/src/pipes/keyvalue_pipe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/pipes/keyvalue_pipe.ts b/packages/common/src/pipes/keyvalue_pipe.ts index 2c09bd5722..8c1158b177 100644 --- a/packages/common/src/pipes/keyvalue_pipe.ts +++ b/packages/common/src/pipes/keyvalue_pipe.ts @@ -31,7 +31,7 @@ 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. * - * #usageNotes + * @usageNotes * ### Examples * * This examples show how an Object or a Map and be iterated by ngFor with the use of this keyvalue