Angular 4/5 override class in body tag (Shadow Piercing combinators approach)
In angular component CSS styles are encapsulated into the component’s view and don’t affect the rest of the application; usually this is the behaviour that you want however sometimes it’s useful to be able to affect tags outside the component, for example the body tag…
Use Github as a CDN to store and serve static content (JavaScript, CSS, Images) with rawgit
In this article I will be explaining how to use Github’s “raw” feature coupled with rawgit to store and serve static content Please note I assume you have some basic git knowledge 1.- Creating a Github account Ok so first things first, in order to…