Easy
My component has a property sentDate, of type Date, and I display it in my template with DatePipe:
<p>{{ sentDate | date: 'HH:mm' }}</p>
What part of the date will appear in the DOM?
Author: W3D TeamStatus: PublishedQuestion passed 1741 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
7
How will the number 422.467 appear in the DOM in Angular with the default locale fr-FR (French-France)?11
Specify the location in the DOM where the component of the active route will be inserted in Angular7
Navigate to the new-gadgets route in Angular7
How to capitalize the first letter of each word in a string in Angular7
Which flag allows you to specify, when creating an application, that you want to use SCSS for styles?23
What is TypeScript?7
What is Angular?