December 2017
Beginner
372 pages
10h 32m
English
Now, it is time for us to run the application and see our progress so far. To run the code, we just execute the following command in the Terminal window:
ng serve
If everything works fine, we will have our code built and hosted on localhost:4200, which should look like the following screenshot:

The header on our application was created in the app component file and you can refer it to see the code.
Now it's time to add some other components to our application. We will add the Board, Task, and SubTask components, which will be used to show our second screen. In this process, we will look at the concepts of data sharing ...
Read now
Unlock full access