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

PR Close #26039
This commit is contained in:
Pete Bacon Darwin 2018-09-20 14:31:24 +01:00 committed by Kara Erickson
parent 3808416479
commit c08549ae38
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ 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.
*
* ## Examples
* #usageNotes
* ### Examples
*
* This examples show how an Object or a Map and be iterated by ngFor with the use of this keyvalue
* pipe.