mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
79597: Fix tslint issue
This commit is contained in:
@@ -5,8 +5,8 @@ import { Bitstream } from '../core/shared/bitstream.model';
|
||||
import { SafeUrlPipe } from '../shared/utils/safe-url-pipe';
|
||||
|
||||
import { ThumbnailComponent } from './thumbnail.component';
|
||||
import { TranslateService } from '@ngx-translate/core';
|
||||
|
||||
// tslint:disable-next-line:pipe-prefix
|
||||
@Pipe({ name: 'translate' })
|
||||
class MockTranslatePipe implements PipeTransform {
|
||||
transform(key: string): string {
|
||||
|
@@ -10,7 +10,7 @@ import { hasValue } from '../shared/empty.util';
|
||||
@Component({
|
||||
selector: 'ds-thumbnail',
|
||||
styleUrls: ['./thumbnail.component.scss'],
|
||||
templateUrl: './thumbnail.component.html'
|
||||
templateUrl: './thumbnail.component.html',
|
||||
})
|
||||
export class ThumbnailComponent implements OnInit {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user