<negue />

🌙
☀️

Performance: Tree-Shake with environment.ts

Posted on September 19, 2019
You probably get to the point where you only need modules that has to be there during development but not in the production build. For example: I use nearly all the time while developing. In order…
Read full post

Lazy Loaded Components #2

Posted on September 15, 2019
Extending the features of the component-level lazy loader thanks to Ivy Continue from Part 1: 1. Inject services into lazy-loaded components: Since the loader uses the same injector-Instance we can…
Read full post

envsure : {dev} en(v)sure packages are installed

Posted on September 10, 2019
Lets begin at the why While using in a some projects, I saw the huge amount of packages that needed to be installed by this (dependencies/addons). Sure on a local repo, installing it once this can be…
Read full post