core/common/humanize-app-name.pipe.ts
Humanize an application name and translates it.
Example :<p>{{ appNameOrApp | humanizeAppName | async }}</p>| Name | humanizeAppName |
| Standalone | true |
| transform | ||||||
transform(appNameOrApp?: IApplication | string)
|
||||||
|
Parameters :
Returns :
Observable<string>
|