Three+ steps to minimize angular application size

On my daywork project come to the state when a size of compiled bundles dramatically increase and it becomes a problem. Ok, I’ve installed Webpack bundle analyzer and tried to analyze what each bundle consists of. In project already used lazy-loading modules, so already have several javascript chunk files. But we have an extremely large […]

Continue reading


Combine code, template and styles or no (inspired by Angular Single File Component – Hackages)

Today I read interesting blog-post: Angular Single File Component – Hackages Blog Angular Single File Component – Hackages Blog When working with Angular and Angular CLI, you end up quickly with a lot of folders & files as the application grows. The default behaviour of CLI generates a folder with at least the class, CSS… […]

Continue reading