diff --git a/pdf/src/app/app.component.ts b/pdf/src/app/app.component.ts
index 6211895..56e2fd5 100644
--- a/pdf/src/app/app.component.ts
+++ b/pdf/src/app/app.component.ts
@@ -8,12 +8,14 @@ import { NewsletterComponent } from './shared/components/newsletter/newsletter.c
selector: 'pdf-root',
standalone: true,
template: `
-
Your file is uploaded and processing. Please wait for a moment ;)
- } @if(errorMessage()) { -{{ errorMessage() }}
- } @if(downloadUrl$ | async; as downloadUrl) { - - - @if(this.newFileSize() > this.currentFileSize()) { -- Congratulations! Your file is reduced by - {{ this.newFileSize() - this.currentFileSize() }} bytes! -
- } +Your file is uploaded and processing. Please wait for a moment ;)
+{{ errorMessage() }}
+ } @if(downloadUrl$ | async; as downloadUrl) { + + + @if(this.newFileSize() < this.currentFileSize()) { ++ Congratulations! Your file is reduced by + {{ this.currentFileSize() - this.newFileSize() }} bytes! +
+ } - Download PDF -Your file is uploaded and processing. Please wait for a moment ;)
- } @if(errorMessage()) { -{{ errorMessage() }}
- } @if(downloadUrl$ | async; as downloadUrl) { - - Download Images -{{ errorMessage() }}
+ } @if(downloadUrl$ | async; as downloadUrl) { + + + + Download Images + + +