The client-server workflow

Everyone should have already figured it out by now, yet it can still be useful to recap the interactions workflow between the client-side and the server-side components of our app:

  • The user can create a new quiz using the Create a Quiz button from the navigation menu; as soon as they click on it, it will navigate to the QuizEditComponent. The component will run in Create mode since the editMode internal property value will be set to FALSE within the constructor. Once there, he can create a new quiz and confirm the operation by clicking on the Create the Quiz button; as soon as they do that, the Angular HttpClient returns an Observable object ready to issue a PUT request call to the server-side API. That call will ...

Get ASP.NET Core 2 and Angular 5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.