x
This commit is contained in:
parent
2de60df5fd
commit
d762cb451f
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user