ASP.NET Core 2 and Angular 5
上QQ阅读APP看书,第一时间看更新

Testing it up

Now it's time to run the project and see whether our improvements fixed our lifecycle issue for good:

It definitely looks like we did it. While we're here, we can also take the chance to check whether the QuizComponent instances lying within each QuizListComponent instance are still working properly; they seem to be in good shape as well.

Our application is growing fast; we already got a decent server-side API set, and we're beginning to make good use of it by putting together a small yet versatile set of working Angular Components able to fetch and display our sample data. However, we’re still missing an important Angular feature that will help us a lot later on; let's do what it takes to close the gap.