docs(common): move `KeyValuePipe` example to `@usageNotes` (#26039)

PR Close #26039
This commit is contained in:
Pete Bacon Darwin 2018-09-20 15:20:01 +01:00 committed by Kara Erickson
parent 7d39bc68fb
commit 72dce34f42
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export interface KeyValue<K, V> {
* 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