docs(common): move `KeyValuePipe` example to `@usageNotes` (#26039)
PR Close #26039
This commit is contained in:
parent
3808416479
commit
c08549ae38
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue