Is it possible to add a global CSS file to Angular 2? At the moment I have many different components that have the same button styling - but each of the components have thei
You can simply import the css in the main html file.