Open
Description
Documentation Feedback
In docs it would be helpful to have documentaion for declared TS generics.
For example, I open MatDatepickerInputEvent
docs and see S
and D
generics.
And from the docs it's unclear what these S
and D
represent!
I think it should be documented similar to as Java does it.
For example, a docs of Java's standard type Function<T,R>
contain a section
Type Parameters:
T - the type of the input to the function
R - the type of the result of the function