You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
I'm trying to show a pdf file (using ng-pdfviewer) in my AngularJS app, but I have many problems...
The most important is that when i run the app in my local environment everything works fine, the pdf is rendered properly, but when i run "grunt build" (as I run in the "prod" server), the same pdf is not rendered.
Furthermore, in my local environment, i can see many "console.logs()" corresponding to the process to load and render the file. When I compile the app, i can just see the load pdf "console.log", the one which corresponds to the render process have been missed.
Has anyone had the same issues?
It would be appreciated any kind of help
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I'm trying to show a pdf file (using ng-pdfviewer) in my AngularJS app, but I have many problems...
The most important is that when i run the app in my local environment everything works fine, the pdf is rendered properly, but when i run "grunt build" (as I run in the "prod" server), the same pdf is not rendered.
Furthermore, in my local environment, i can see many "console.logs()" corresponding to the process to load and render the file. When I compile the app, i can just see the load pdf "console.log", the one which corresponds to the render process have been missed.
Has anyone had the same issues?
It would be appreciated any kind of help
Thanks.
The text was updated successfully, but these errors were encountered: