SyntaxFix
Write A Post
Hire A Developer
Questions
app.component.html
<div> <h5 style="color:#ffffff;">{{myDate | date:'fullDate'}}</h5> </div>
app.component.ts
export class AppComponent implements OnInit { myDate = Date.now(); //date