first tests and docs

This commit is contained in:
Lotte Hofstede
2017-05-23 10:21:26 +02:00
parent 0f472fb06b
commit 6aff818dcd
8 changed files with 255 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
import { Component, Input, OnInit } from '@angular/core';
import { Bitstream } from "../core/shared/bitstream.model";
/**
* This component renders a given Bitstream as a thumbnail.
* One input parameter of type Bitstream is expected.
* If no Bitstream is provided, a holderjs image will be rendered instead.
*/
@Component({
selector: 'ds-thumbnail',
styleUrls: ['./thumbnail.component.css'],