kyubisation / angular-server-side-configuration

Configure an angular application at runtime on the server
Apache License 2.0
42 stars 6 forks source link

Integration with nx #107

Open patrickuhlmann opened 3 weeks ago

patrickuhlmann commented 3 weeks ago

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?

kyubisation commented 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.

patrickuhlmann commented 3 weeks ago

Thanks for the update and the helpful remark about ngssc.json. We are at the moment just evaluating nx a bit.