Search code examples
cssangularjscolorsbackgroundbackground-color

How to style background of full component?


How can I change the color-background of a full component?

100% color of full width and height of the component.

I used body but It didn't work. I need to place all the components in a div and then style them?


Solution

  • Add a class to the outermost element of the component's template and style the background for that class.