The Angular 4 app.component.html does not provide a body
tag which can be styled to remove the body tag padding.
The following in app.component.css also didn't work:
body {
margin : 0;
}
Is there any way to remove the margin?
You should put your css code into style.css, not app.component.css
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With