mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +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 { SafeUrlPipe } from '../shared/utils/safe-url-pipe';
|
||||||
|
|
||||||
import { ThumbnailComponent } from './thumbnail.component';
|
import { ThumbnailComponent } from './thumbnail.component';
|
||||||
import { TranslateService } from '@ngx-translate/core';
|
|
||||||
|
|
||||||
|
// tslint:disable-next-line:pipe-prefix
|
||||||
@Pipe({ name: 'translate' })
|
@Pipe({ name: 'translate' })
|
||||||
class MockTranslatePipe implements PipeTransform {
|
class MockTranslatePipe implements PipeTransform {
|
||||||
transform(key: string): string {
|
transform(key: string): string {
|
||||||
|
@@ -10,7 +10,7 @@ import { hasValue } from '../shared/empty.util';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-thumbnail',
|
selector: 'ds-thumbnail',
|
||||||
styleUrls: ['./thumbnail.component.scss'],
|
styleUrls: ['./thumbnail.component.scss'],
|
||||||
templateUrl: './thumbnail.component.html'
|
templateUrl: './thumbnail.component.html',
|
||||||
})
|
})
|
||||||
export class ThumbnailComponent implements OnInit {
|
export class ThumbnailComponent implements OnInit {
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user