Malte Peters
Malte Peters
Is there a way to implement this workarround currently or is there another workarround? (e.g. an directive) Struggling with this problem too.
I also tried to rebuild the components one by one and fix linter errors / etc. My configuration: ```JSON "app": { "root": "", "sourceRoot": "src", "projectType": "application", "architect": { "build":...
Thanks for pointing that out. Am I right with turning off the optimization the bundles are not minified anymore? Main bug in my package.json was that somhow (I started the...
Thanks! I now added terser-folder as npm script to minify it. I know that using dynamic rendering just because of route / click actions in the returned html of the...