62741: PR Feedback changes

This commit is contained in:
Kristof De Langhe
2019-08-12 10:22:49 +02:00
parent bd8177c17d
commit 2db0bf44f3
8 changed files with 26 additions and 5 deletions

View File

@@ -11,5 +11,8 @@ import { focusShadow } from '../../../../animations/focus';
templateUrl: './publication-grid-element.component.html',
animations: [focusShadow]
})
/**
* The component for displaying a grid element for an item of the type Publication
*/
export class PublicationGridElementComponent extends TypedItemSearchResultGridElementComponent {
}