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 536 times
Edit
2
Community EvaluationsNo one has reviewed this question yet, be the first!
10
Specify the location in the DOM where the component of the active route will be inserted in Angular17
What is TypeScript?6
How to capitalize the first letter of each word in a string in Angular7
What is Angular?5
Which flag allows you to specify, when creating an application, that you want to use SCSS for styles?4
How will the number 422.467 appear in the DOM in Angular with the default locale fr-FR (French-France)?5
Navigate to the new-gadgets route in Angular