littleli / angular2-esnext-todomvc

Angular 2 TodoMVC application in Javascript (ES6/ES7).

Home Page:https://blacksonic.github.io/angular2-esnext-todomvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 ESNext TodoMVC

Dependency Status devDependency Status

TodoMVC application built with Angular 2 in Javascript (ES6/ES7).

Layout and namings based on the official Angular 2 style guide.

Concepts it covers

  • Creating @Component with directives (ngIf, ngFor)
  • Creating child @Component and communicating with parent (@Input, @Output)
  • Using Dependency Injection for service
  • Use @Pipe inside @Component
  • Routing

Quick Start

git clone https://github.com/blacksonic/angular2-esnext-todomvc.git
cd angular2-esnext-todomvc

npm install
npm start

Open it in your browser http://localhost:3000.

About

Angular 2 TodoMVC application in Javascript (ES6/ES7).

https://blacksonic.github.io/angular2-esnext-todomvc


Languages

Language:JavaScript 82.5%Language:HTML 17.5%