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
I have used this code as front-end, I have created back-end/database, and everything is working fine.
However, the problem is that I had to do few source code changes to make it work, and it would be nicer if these are some config values that can be changed instead of chaining the code. The changes that I made are:
It works for me but it would be good if the backend URL is placed in the config in your code too because I believe that other people will like to do the same. Also, it would be good do if we could disable InMemoryDataService without changing the code. Ideally this could be some property that could be changed if I deploy the app in Azure Web Apps.
If you know have some better way to re-configure this sample to work with some backend, could you point me to some instruction in docs? Otherwise what do you think about adding this in your code? I can send the PR for backendUri if you agree, but I'm not sure what would be the best way to disable InMemoryDataSource.
The text was updated successfully, but these errors were encountered:
I'm working on Microsoft SQL Server and I want to create Angular demo app that shows how to implement it end-to-end solution using real backend (.Net) and database (SQL Server). Current version is here: https://github.com/JocaPC/sql-server-samples/tree/angular-tour-of-heroes/src/
I have used this code as front-end, I have created back-end/database, and everything is working fine.
However, the problem is that I had to do few source code changes to make it work, and it would be nicer if these are some config values that can be changed instead of chaining the code. The changes that I made are:
It works for me but it would be good if the backend URL is placed in the config in your code too because I believe that other people will like to do the same. Also, it would be good do if we could disable InMemoryDataService without changing the code. Ideally this could be some property that could be changed if I deploy the app in Azure Web Apps.
If you know have some better way to re-configure this sample to work with some backend, could you point me to some instruction in docs? Otherwise what do you think about adding this in your code? I can send the PR for backendUri if you agree, but I'm not sure what would be the best way to disable InMemoryDataSource.
The text was updated successfully, but these errors were encountered: