Field | ||||
Field(mapFrom?: undefined)
|
||||
Use this field decorator to parse the corresponding field from a json response by your API.
Parameters :
|
Model | ||||
Model(options?: undefined)
|
||||
Add this class decorator to your model to turn it into a See ModelOptions on how to configure the name used in URLs. This decorator is responsible for setting metadata, which is used internally, on the constructor of your class.
Parameters :
|
toDash | ||||
toDash(name: undefined)
|
||||
Parameters :
|
toPlural | ||||
toPlural(name: undefined)
|
||||
Parameters :
|
toPluralDash | ||||
toPluralDash(name: undefined)
|
||||
Parameters :
|