move empty folder UI into separate component (#202)

* move empty folder UI into separate component

* test fixes
This commit is contained in:
Denys Vuika
2018-02-27 11:06:31 +00:00
committed by GitHub
parent 8d4e6a6604
commit 0b5dc47de9
11 changed files with 119 additions and 54 deletions

View File

@@ -0,0 +1,6 @@
<div class="app-empty-folder">
<mat-icon class="app-empty-folder__icon">{{ icon }}</mat-icon>
<p class="app-empty-folder__title">{{ title | translate }}</p>
<p class="app-empty-folder__subtitle">{{ subtitle | translate }}</p>
<ng-content></ng-content>
</div>