Styling Components

Which of the following is a valid way to add styles to a component in Angular?

1. By setting styles metadata.

2. By setting styleUrls metadata.

3. With CSS imports.

Options
  1. Either 1 or 3
  2. Either 2 or 3
  3. Either 1 and 2
  4. All 1, 2 or 3

Related Posts