pacurtin / Angular2Seed

Seed project for creating full featured Angular 2 Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular2Seed

Seed project for creating full featured Angular 2 Applications

Features:

  • Material Design and Theming - Angular Material
  • Responsive Design - Flex Layout
  • Routing- Angular Router
  • Flux State Store - NGRX
  • File Upload - ng2-file-upload
  • REST Calls - ngx-resource
  • Toast Messages - ng2-toastr
  • Observables - RXJS
  • Unit Tests - Karma/Jasmine
  • Data charts - ngx-charts
  • Nested Forms - Angular Reactive Forms
  • Table with Sorting - Mat Table
  • Toolbar and Sidenav
  • User profile page
  • Authentication and AuthGuard
  • Export CSV File Functionality

To run:

  1. Build angular app with: npm run-script build
  2. Start express server to serve app and act as backend: node server.js

About

Seed project for creating full featured Angular 2 Applications


Languages

Language:TypeScript 67.1%Language:HTML 18.5%Language:CSS 8.3%Language:JavaScript 6.0%