Skip to content
Snippets Groups Projects
document-viewer-page.component.html 252 B
Newer Older
  • Learn to ignore specific revisions
  • <div class="doc-container">
        <app-document-viewer #appDocumentViewer *ngIf="!loading" style="display:block;height:100%;width:100%;max-width:800px;overflow: auto;" [editMode]="false"
        [resId]="resId" [title]="resId">
    </app-document-viewer>
    </div>