Closed tybulewicz closed 4 years ago
Sorry, it's not you, it's me.
I had AOT enabled and that compiled out accessor that was expected to execute at runtime setting url
parameter.
When AOT and buildOptimizer were disabled everything is working as expected.
Hi,
Our code is being used on different environments, and based on current domain we want to change API url that is being accessed.
Is there a way I can change value that was passed into
NgxJsonapiModule.forRoot()
asurl
at runtime?Thanks