On footer.component.css you have the original color.
If you use the footer (component name: my-footer) on app.component like this:
<my-footer></my-footer>
You can add on app.component.css some css to override the original color
my-footer ... {
background-color: red
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…