1
0

#150 Moved list,grid and object-collection to shared package

This commit is contained in:
Jonas Van Goolen
2017-11-03 15:02:01 +01:00
parent 727353988f
commit 7adfa5b5fb
108 changed files with 153 additions and 147 deletions

View File

@@ -0,0 +1,6 @@
<a [routerLink]="['/communities/' + object.id]" class="lead">
{{object.name}}
</a>
<div *ngIf="object.shortDescription" class="text-muted">
{{object.shortDescription}}
</div>