Diego Bonura

Results 64 comments of Diego Bonura

@petebacondarwin just to know about timings, are we going to see library extraction tool for angular 10 or before?

@bansan85 with your proposed solution on a multi libraries project extraction tool just extracts all translations not only the library one. @petebacondarwin I could prepare a simple project and open...

Sadly this feature is required only by ten developers, not enough I guess. So we still use and maintain our custom script.

Actually, the builder approach is just project related and not workspace related. We already implemented npm script that just analyzes all projects, builds dependency tree and calls sequentially build but...

@Goonersid our approach is just for a single project with multiple libraries. Right now we have all to test new build based on bazel before improving our internal solution.

@Goonersid you have to write you own task script and run as: `npm run build-all`

Our way (without using nx) is to analyze all projects from `angular.json` file and create a dependency tree, then run multiple build commands based on tree (parallelly) to speed up...

Here is just a code snippet of how we build our dependencies tree, it is really simple, the complex one is to run all scripts parallel and that script it...

I'm really sorry to write again here but we are blocked and we cannot pass to http2 protocol due to that issue. Any advice or workaround here?

No! No solution found. I just keep http protocol for my tests and no speed up using http2