We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @MarkPieszak ,
Currently, we have a REST API in here-
https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/docs/RESTAPI-ENTITY.MD
So, we can easily add a CRUD example in here-
https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/src/AspCoreServer/Server/Api/UserController.cs
So, we can use this to create a CRUR app in Angular2 on this page-
https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/src/Angular2Spa/Client/containers/rest-test/rest-test.component.ts
And also create a service folder for storing all API services like this-
For being a template, I think only 1 API is OK for us for our CRUD-
I think u got me @MarkPieszak
If we can add a CRUD in our template, it will be more useful and more acceptable for the developers.
Because then it will be a perfect starter pack I think.
Waiting for your suggestion @MarkPieszak
The text was updated successfully, but these errors were encountered:
app showcase
Finished via #148
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi @MarkPieszak ,
Currently, we have a REST API in here-
https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/docs/RESTAPI-ENTITY.MD
So, we can easily add a CRUD example in here-
https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/src/AspCoreServer/Server/Api/UserController.cs
So, we can use this to create a CRUR app in Angular2 on this page-
https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/src/Angular2Spa/Client/containers/rest-test/rest-test.component.ts
And also create a service folder for storing all API services like this-
For being a template, I think only 1 API is OK for us for our CRUD-
https://github.com/MarkPieszak/aspnetcore-angular2-universal/blob/master/docs/RESTAPI-ENTITY.MD
I think u got me @MarkPieszak
If we can add a CRUD in our template, it will be more useful and more acceptable for the developers.
Because then it will be a perfect starter pack I think.
Waiting for your suggestion @MarkPieszak
The text was updated successfully, but these errors were encountered: