December 2017
Beginner
372 pages
10h 32m
English
In our Homepage component file, we will implement two functionalities:
In our initial set, we will be fetching the data hardcoded into our services file. In the next chapter, where we'll discuss services and HTTP, we will change this logic to fetch the data from an HTTP call.
So, let's first create our method in a service file, which will return a single board with a task and a subtask.
Read now
Unlock full access