Question from the Angular - Fundamentals test

How to capitalize the first letter of each word in a string in Angular

Medium

In a component where the welovedevs property contains the string 'welcome to welovedevs' , we have the following HTML:

<span>{{ welovedevs | titlecase }}</span>

What happens to the DOM text?

Author: LéoStatus: PublishedQuestion passed 1316 times
Edit
6
Community EvaluationsNo one has reviewed this question yet, be the first!