Hi @maliming, I was able to do it by trying the steps on this link.
https://medium.com/wineofbits/angular-2-routing-404-page-not-found-on-refresh-a9a0f5786268
thanks,
you are awesome.thanks your link.
I get CORS error for update processes, but if we do the insert process, I don't.
Access to XMLHttpRequest at 'http://10.100.20.101:8088/api/language-management/languages/806d5656-6deb-91bf-d532-39f6db038b0c/set-as-default' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
my appsettings { "App": { "SelfUrl": "http: // localhost: 8088", "ClientUrl": "http: // localhost: 4200", "CorsOrigins": "http: //*.TView.com,http: // localhost: 4200" } }
Hi @liangshiwei thanks your answer
Hi Mehmet, Thanks your answer.