0 votes
in Angular by
angular title case

1 Answer

0 votes
by
Angular 4 introduced a new 'titlecase' pipe '|' and use to changes the first letter of each word into the uppercase.

The example as,

<h2>{{ 'ramesh rajendran` | titlecase }}</h2>

<!-- OUTPUT - It will display 'Ramesh Rajendran' -->

Related questions

0 votes
asked Sep 13, 2019 in Angular by ivor2019
0 votes
asked Sep 13, 2019 in Angular by ivor2019
...