Use ng2-pdf-viewer

And remove now-unused safeUrl pipe
This commit is contained in:
Michael Shamoon 2020-12-11 14:22:02 -08:00
parent 2bbeb8ffe0
commit de5d360d52
7 changed files with 78 additions and 39 deletions

View file

@ -0,0 +1,8 @@
.pdf-viewer-container {
height: calc(100vh - 160px);
top: 70px;
position: sticky;
padding: 10px;
background-color: gray;
overflow-y: scroll;
}