Question from the Angular - Fundamentals test

How to display the month of a date in full in Angular

Easy

My component has a property sentDate , of type Date, and I display it in my template with DatePipe:

<p>{{ sentDate | date: 'the d MMMM yyyy' }}</p>

In what form will the month of the date appear?

Author: LéoStatus: PublishedQuestion passed 330 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!