mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed tslint issues
This commit is contained in:
@@ -9,7 +9,7 @@ import { FileSectionComponent } from '../../../simple/field-components/file-sect
|
|||||||
import { PaginationComponentOptions } from '../../../../shared/pagination/pagination-component-options.model';
|
import { PaginationComponentOptions } from '../../../../shared/pagination/pagination-component-options.model';
|
||||||
import { PaginatedList } from '../../../../core/data/paginated-list';
|
import { PaginatedList } from '../../../../core/data/paginated-list';
|
||||||
import { RemoteData } from '../../../../core/data/remote-data';
|
import { RemoteData } from '../../../../core/data/remote-data';
|
||||||
import { switchMap } from "rxjs/operators";
|
import { switchMap } from 'rxjs/operators';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This component renders the file section of the item
|
* This component renders the file section of the item
|
||||||
|
@@ -33,7 +33,7 @@ export class FileSectionComponent implements OnInit {
|
|||||||
|
|
||||||
isLastPage: boolean;
|
isLastPage: boolean;
|
||||||
|
|
||||||
pageSize: number = 5;
|
pageSize = 5;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
protected bitstreamDataService: BitstreamDataService
|
protected bitstreamDataService: BitstreamDataService
|
||||||
|
Reference in New Issue
Block a user