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 437 times
Edit
Similar QuestionsMore questions about Angular
12
What is TypeScript?7
Specify the location in the DOM where the component of the active route will be inserted in Angular5
How to capitalize the first letter of each word in a string in Angular4
Which flag allows you to specify, when creating an application, that you want to use SCSS for styles?3
What is Angular?