Very simple app.component.html:
<input type="submit" value="Sub"/>
The result of the code above
How to remove margin arround the button? I want the button is located on the top left without indent.
Why does angular use what default padding?
Problem resolved!
I added this code in the global styles:
body {
margin: 0;
padding: 0;
}
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