You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sub app should be possible to run the program either standalone, and as part of a micro-service, as shown in the examples above.
sub app : <img [src..]="./assets/images/xxx.png" class="xxx-logo"> load-success
when i use "http://localhost:3000/static/app3/app3/login-system" load sub app
the <img [src..]="./assets/images/xxx.png" class="xxx-logo"> redirectly to "http://localhost:3000/assets/images/soe.png" it is 404
sub app config : "
ng serve -o --port=4400 --host=0.0.0.0
--base-href=/static/app3/
--deploy-url=/static/app3/",
how to load file from assets like /assets/images/* /assets/js/* /assets/*
The text was updated successfully, but these errors were encountered: