core/common/humanize.pipe.ts
Transforms a string into a human-readable format.
Example :<p>{{ 'c8y_hello world' | humanize }}</p> <!-- e.g. Hello world -->
Name | humanize |
Standalone | true |
Static humanize | ||||||||
humanize(str: string)
|
||||||||
Parameters :
Returns :
string
|
transform | ||||||
transform(str: string)
|
||||||
Parameters :
Returns :
string
|