emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

How do I create a new simple client object? #62

Closed punkouter2021 closed 6 years ago

punkouter2021 commented 6 years ago

I create a new simple Survey object which will have a collection of Surveys. I figured out how to set up the server side but the client side is difficult for me. If the Product example the .ts is blank and just refers to the todo controls.

All I want to do is have a simple list.

Right now I just call HttpClient directly but I would like to do it the proper way. I am guessing I should use some service. Help ?

emonney commented 6 years ago

Only defects/issues/enhancements are allowed here at this time. See https://angular.io/tutorial if you need help understanding the angular framework