This commit is contained in:
Timo Bejan 2020-10-23 13:11:40 +03:00
parent 2de60df5fd
commit d762cb451f

View File

@ -150,6 +150,10 @@
<mat-icon svgIcon="red:calendar"></mat-icon>
{{ appStateService.activeProject.project.date | date:'d MMM. yyyy' }}
</div>
<div *ngIf="appStateService.activeProject.project.dueDate">
<mat-icon svgIcon="red:flash"></mat-icon>
{{appStateService.activeProject.project.dueDate | date:'mediumDate'}}
</div>
</div>
<div class="heading-xl mt-20">