Question from the Angular - Fundamentals test

Use the pipe operator to convert a string to uppercase in Angular

Easy

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

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

What will the text look like in the DOM?

Author: LéoStatus: PublishedQuestion passed 379 times
Edit
1
Community Evaluations
developer avatar
Amine Boucham
18/07/2022
Rhaah il y a la même question mais en lowercase, l'ayant eu dans la série j'ai répondu sans réfléchir.