63669: Missing JSDocs

This commit is contained in:
Kristof De Langhe
2019-07-11 12:05:28 +02:00
parent 09c6a167fb
commit 12f57e3975
7 changed files with 21 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
import { Component } from '@angular/core';
/**
* Component for managing the content source of the collection
*/
@Component({
selector: 'ds-collection-source',
templateUrl: './collection-source.component.html',