ngx-extended-pdf-viewer
Advanced tools
Comparing version 0.9.13 to 0.9.14
{ | ||
"name": "ngx-extended-pdf-viewer", | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -49,3 +49,7 @@ # ngx-extended-pdf-viewer | ||
<ng-template matTabContent> | ||
<ngx-extended-pdf-viewer *ngIf="visible[0]" [src]="'assets/pdfs/BootsFaces_Deep_Dive_1.0.pdf'"> </ngx-extended-pdf-viewer> | ||
<ngx-extended-pdf-viewer | ||
*ngIf="visible[0]" | ||
[src]="'assets/pdfs/BootsFaces_Deep_Dive_1.0.pdf'" | ||
> | ||
</ngx-extended-pdf-viewer> | ||
</ng-template> | ||
@@ -55,3 +59,7 @@ </mat-tab> | ||
<ng-template matTabContent> | ||
<ngx-extended-pdf-viewer *ngIf="visible[1]" [src]="'assets/pdfs/codpaste-teachingpack.pdf'"> </ngx-extended-pdf-viewer> | ||
<ngx-extended-pdf-viewer | ||
*ngIf="visible[1]" | ||
[src]="'assets/pdfs/codpaste-teachingpack.pdf'" | ||
> | ||
</ngx-extended-pdf-viewer> | ||
</ng-template> | ||
@@ -124,3 +132,4 @@ </mat-tab> | ||
```html | ||
<ngx-extended-pdf-viewer src="'assets/example.pdf'" useBrowserLocale="true"> </ngx-extended-pdf-viewer> | ||
<ngx-extended-pdf-viewer src="'assets/example.pdf'" useBrowserLocale="true"> | ||
</ngx-extended-pdf-viewer> | ||
``` | ||
@@ -186,3 +195,7 @@ | ||
```html | ||
<link rel="resource" type="application/l10n" href="https://www.example.com/locale/locale.properties" /> | ||
<link | ||
rel="resource" | ||
type="application/l10n" | ||
href="https://www.example.com/locale/locale.properties" | ||
/> | ||
``` | ||
@@ -260,1 +273,2 @@ | ||
| 0.9.13 | Added some documentation about how to use a `Blob` (e.g. a PDF file downloaded from the server); fixed #21 (progress bar wouldn't hide on any instance of `<ngx-extended-pdf-viewer>`except for the fist instance) | | ||
| 0.9.14 | #24 fixed the IE11 compatibility of [zoom] | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11381313
82715
270