July 2018
Intermediate to advanced
420 pages
8h 46m
English
Now, let's create the model for the builder and understand the operation of classes as models a little better. Before that, we will observe the return of the API when we make a GET to the api/builders/1 endpoint, as we can see in the following screenshot:

In the previous screenshot, we have already included the bike information on the builders detail request. Let's see how we can do this using the builders class:
ng g class pages/builders/builder
Read now
Unlock full access