Skip to content

Files

Latest commit

bc1e620 · Jan 2, 2017

History

History
60 lines (47 loc) · 1.12 KB

README.md

File metadata and controls

60 lines (47 loc) · 1.12 KB

Angular Overflow

Single-page Application with Angular 2

Visit it at: https://github.com/Team-WayDownWeGo/CourseProject-Angular2

Team members

Name Student system username Github username
Todor Georgiev Toshe7o georgievtodor
Boyko Bonev BoykoBonev BoykoBonev
Martin Stoyanov martinst1 martinst1

Documentation

Routes

  • Public part

    • home
    • forum
    • forum/:id
    • search
    • categories
    • users/:username/posts
    • users/:username
    • login
    • register
    • not found
  • Private part

    • profile/home
    • profile/edit
    • profile/inbox
    • profile/outbox
    • forum/create
    • category/create

Pipes

  1. Filter posts
  2. Presentate posts
  3. Sort posts
  4. Splice posts

Directives

  1. Bigger font size

Gaurds

  1. Auth gaurd

Partial components

  1. Single category
  2. Moving post
  3. Post row
  4. Pagination
  5. Single post comment

Back-end

Node.js server

https://github.com/Team-WayDownWeGo/CourseProject-Server