I wanted this file to be the global styling sheet. But I don't know how to make a component reference it. Angular set-up here
Here is my component:
You can easily create components using angular cli, run the below command in the terminal where your project is located. Command : ng generate component component_name
You can also check out this link angular-cli how to add global styles?