fix center loading and add name

This commit is contained in:
Eugenio Romano
2016-06-20 11:25:15 +01:00
parent 14449da0ba
commit f4f59b4f4a
5 changed files with 39 additions and 18 deletions

View File

@@ -31,6 +31,9 @@ export class PdfViewerComponent {
@Input()
urlFile: string;
@Input()
nameFile: string;
currentPdfDocument: any;
page: number;
displayPage: number;