Here is my work on angular 6 app. I added the account/login endpoint to aspnet core app so angular app can use the API for do the crud things.
I also add the auto migration for pg database.
you can run the angular 6 app by run "ng serve" inside the /PG-Ui directory
Hi @frandi ,
Here is my work on angular 6 app. I added the account/login endpoint to aspnet core app so angular app can use the API for do the crud things. I also add the auto migration for pg database.
you can run the angular 6 app by run "ng serve" inside the /PG-Ui directory