byavv / angular2-playground

Angular2 samples kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular2 playground app (beta 8)

An example Angular 2 learning project.

Themes covered

  • Components communication
  • Http service extending
  • Rx.js in terms of angular 2
  • Dive into forms
  • Awesome router
  • Bonus sample market app
  • More to come..

Requirements

Installation

npm install
bower install
typings install

!!! Important !!! Sample app uses big db with almost 10000 records. Project contains db dump, so just run

mongorestore --db playground dump/playground

Start

gulp

Open http://localhost:3030

About

Angular2 samples kit


Languages

Language:TypeScript 57.6%Language:HTML 30.0%Language:JavaScript 10.3%Language:CSS 2.1%