Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove date from header #60

Open
mozumder0204 opened this issue Nov 21, 2019 · 3 comments
Open

remove date from header #60

mozumder0204 opened this issue Nov 21, 2019 · 3 comments

Comments

@mozumder0204
Copy link

I want to remove date from header. Can you please guide me how i can remove the date from header.

THANK YOU.

@hope4555
Copy link

I need this too
i thought it could be solved by adding

@page { size: auto; margin: 0mm; }
to:
assets/css/print.css

and then use the css file attribute, but not working for me in angular8

@PRIXCORP
Copy link

Add This line Work for me , I am using Angular 11
myWindow!.document.write("<style>@page { size: auto; margin: 0mm; }</style>");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@hope4555 @PRIXCORP @mozumder0204 and others