84367: Ignore HTML whitespace in ds-thumbnail

This commit is contained in:
Yura
2021-10-21 10:43:04 +02:00
parent 859ff4a2f5
commit 119af38d6a

View File

@@ -12,6 +12,7 @@ import { RemoteData } from '../core/data/remote-data';
selector: 'ds-thumbnail',
styleUrls: ['./thumbnail.component.scss'],
templateUrl: './thumbnail.component.html',
preserveWhitespaces: false,
})
export class ThumbnailComponent implements OnChanges {
/**