added TypeDoc

This commit is contained in:
lotte
2019-10-16 11:21:25 +02:00
parent 7ca88021c9
commit d962e40c58
84 changed files with 479 additions and 93 deletions

View File

@@ -5,6 +5,9 @@ import { AbstractListableElementComponent } from '../../object-collection/shared
import { ViewMode } from '../../../core/shared/view-mode.model';
import { listableObjectComponent } from '../../object-collection/shared/listable-object/listable-object.decorator';
/**
* Component representing a grid element for a community
*/
@Component({
selector: 'ds-community-grid-element',
styleUrls: ['./community-grid-element.component.scss'],