mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
7 lines
275 B
HTML
7 lines
275 B
HTML
<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>
|