configure Angular app with powers of deployUrl without using due to depreciation warning. (not baseHref)

31 Views Asked by At

In my Nx angular monorepo I want to have a deployUrl like implementation which can modify relative paths for module scripts.

Cannot use base-href as it changes routing paths also reloading causes 404 issues.

trying a post build script to achieve this but facing issues to modify runtimejs file.(not working)

0

There are 0 best solutions below