If you are using angular-cli.
There should exist a global style file.
- src
- app
- assets
- environments
- index.html
- styles.css
In there you should be able to put your style e.g. html { background-color: black; } to effect the whole page.
If you are using angular-cli.
There should exist a global style file.
In there you should be able to put your style e.g. html { background-color: black; } to effect the whole page.