The big picture
Now that we have the root component in place, we can add all wire-frames for this project:
The Sherlock Project
|- Collector
|- Rating
|- Notifier
|- Evidence
|- AI
|- Report
|- Autopilot
'- Accuracy
Each wire-frame introduced here represents one of the chapters for the remainder of this book. They will have different functionality, UI, inputs and outputs, but they will have one thing in common. The root Component - AppComponent - connects them all together and will be in charge of loading and navigating through the appropriate page.
Please keep in mind that what we will create here is just a simple blueprint for coming chapters, that's why we call them wire-frame. As we go through each chapter, we will take each of these wire-frames and enhance them by adding proper services, data, templates, and so on.