Medium
This template extract:
<figcaption>{{ myScore | percent }}</figcaption>
displays "47%" in the DOM.
Which of the following can be the value of the variable myScore?
Author: LĂ©oStatus: PublishedQuestion passed 651 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
20
What is TypeScript?4
Which flag allows you to specify, when creating an application, that you want to use SCSS for styles?5
Navigate to the new-gadgets route in Angular10
Specify the location in the DOM where the component of the active route will be inserted in Angular7
What is Angular?6
How will the number 422.467 appear in the DOM in Angular with the default locale fr-FR (French-France)?6
How to capitalize the first letter of each word in a string in Angular