Question from the Angular - Fundamentals test

Display the time of a date in Angular

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: LéoStatus: PublishedQuestion passed 862 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!