* maintenance calendar view added

* production api url fixed
This commit is contained in:
Danyi Dávid
2018-11-19 21:35:50 +01:00
parent 63a40f7077
commit 3ad9cc8b9e
18 changed files with 309 additions and 30 deletions

View File

@@ -0,0 +1,8 @@
<div class="ui main container">
<h1 class="ui dividing header">Karbantartási naptár</h1>
<div class="ui raised segments">
<div class="ui segment" *ngFor="let data of maintenances">
<app-calendar [year]="year" [month]="data[0].month" [data]="data"></app-calendar>
</div>
</div>
</div>