December 2017
Beginner
372 pages
10h 32m
English
The following is the high-level architecture diagram for our application:

As you can see in the diagram, the application is comprised of four components, namely Homepage, Board, Task, and SubTask. Along with the components, we have a service class, which communicates with the Homepage and Board components. Task and SubTask are the child components of Board. So, the communication between the Homepage and Board components is achieved using services and the communication between Board and Task/SubTask will be achieved through the @Input and @Output properties.
In our application, we are not hitting any external web service ...
Read now
Unlock full access