Lesson Objectives
Explore the types of components that will be used in our app
Create and load the PostsModule
Create the container components, such as PostsComponent and ProfileComponent
Add dummy posts and profiles
Create a service to retrieve data
Create the presentational components, such as PostListComponent, PostItemComponent, and ProfileItemComponent
Create and import resolvers