fuqi1001 / -Angular2Study

Angular2 basic demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-Angular2Study

-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

About

Angular2 basic demo

License:MIT License


Languages

Language:TypeScript 49.8%Language:JavaScript 26.6%Language:HTML 14.0%Language:CSS 9.5%