0
votes

I am using source generator and my project imports AngularComponents but only uses some enum and no component.
The problem is that it aways seems to build everything, including all AngularComponents components and Angular stuff.

But it is weird that it should at least cache the AngularComponents building result, right?

Angular building process