Solved multiple ports for angular with the server side dotnet cli using the --urls like this..
dotnet run --urls="https://localhost:7203;http://localhost:5001;"
The order matters.