Based on the existing sidemenu template code, we start implementing the first user story that lists Hacker News top stories. Because this is the first chapter about implementing user stories, some common concepts are introduced in this chapter. We are going to cover the following topics in this long chapter.
Use the list component to show top stories and test with Jasmine and Karma.
Services to load top stories.
Firebase basics and Hacker News API.
Infinite scrolling and pull-to-refresh.
Loading indicators and error handling.
This chapter also shows how to gradually improve the implementation ...