Minify html content for Angular
When we build our Angular application in prod mode the HTML is not minify yet and we can improve more by minify it to reduce bandwith to download application. Today I will show you guys how to do it with a few simple steps. Before we begin we need to install 1 package name html-minifier… Read More Minify html content for Angular