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…
Serving angular2 content from Spring Boot application
Recently I had to ship an Angular2/Angular4 application within a Spring boot WAR packaged application and I was having some issues when dealing with the the urls in the angular routes, since it goes through the DispatcherServlet I was getting 404 all over the place…