Closed
Description
I add this issue again. Before someone close it (again), please answer this - https://stackoverflow.com/q/71548735/2896495. How should I make the dist to have scripts point to the right folder (ngxapp
):
<script src="/ngxapp/runtime.js" type="module"></script>
I use the following command to build my angular app and publish it with a back-end made using .NET:
ng build --base-href /%folder% --deploy-url /%folder%/ --configuration=production
And it's a bit annoying to see this warning:
Option "deployUrl" is deprecated: Use "baseHref" option, "APP_BASE_HREF" DI token or a combination of both instead. For more information, see https://angular.io/guide/deployment#the-deploy-url.
There's no way deployUrl
is deprecated. Please remove this warning.
OS: Windows 11