Angular zu Web API 13a: Api URL ermitteln
Und in Angular Frontend eintragen
1)
Web API
Die Web API URL Findet man in der Swagger CURL Anzeige
'https://localhost:7073/api/Articles' \
|
Oder in der Properties/launchSettings.json Datei
"applicationUrl": "https://localhost:7073;http://localhost:5275",
|