Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

angular dotnet core sample for project tye #477

Merged
merged 3 commits into from
May 21, 2020

Conversation

rahulsahay19
Copy link
Contributor

@davidfowl

Hi,

As discussed I have created a PR for your review. I have also added a Readme file explaining setup part.

Thanks,
Rahul Sahay

@dnfclas
Copy link

dnfclas commented May 15, 2020

CLA assistant check
All CLA requirements met.

services:
- name: moviesapi
project: MoviesAPI/MoviesAPI.csproj
bindings:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the port?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Do you want me to remove the port? I kept it because angular service will be calling that API on that particular port? angular app port can be removed as its not getting called from any app

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidfowl Hi,

You were saying sometime back that you wanted to simplify this further your way. Then, maybe you can merge this and do the required changes on top of it. Otherwise, you can pass on the instructions what you wanted to do. I will accommodate that. Because I don't understand "Remove the port?" thing. If I remove it from .net app, then angular app will fail as it won't be able to discover the port what api is exposing.

Thanks,
Rahul

dockerFile: MoviesApp/Dockerfile
bindings:
- protocol: http
port: 4400
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the port?

@davidfowl davidfowl merged commit 1a428ab into dotnet:master May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants