-Create a single page web application by using Angular2 where the public can post simple stories.
-Home page lists most recent 20 posts by date, only show the title of each post with a link to each post's single-post page.
-Provide paginated listing of posts.
-Single post page show all detail of the post, if a photo is attached also show the photo.
-New post page provide a form allows user to fill out the title and body description also allow user to select a image file to uploaded.
###npm install ###npm start ###localhost:3000
A basic Angular2 demo