Open patrickuhlmann opened 3 weeks ago
Hello @patrickuhlmann Not at the moment. I would need to familiarize myself with nx, which I do not have the capacity at the moment. I am however not opposed if someone were to contribute the necessary code. If you are just interested in the runtime part, you could generate the ngssc.json file yourself. The ngssc binary has no dependency on Angular itself.
Thanks for the update and the helpful remark about ngssc.json. We are at the moment just evaluating nx a bit.
Is anyone using angular-server-side-configuration with nx?
It seems to me that it cannot be used together because nx removes angular.json (and puts most of its options into project.json). Then Angular CLI cannot be used anymore as it does not recognize a valid workspace.
Are there any plans to support nx?