Skip to content

WooodHead/angular2-esnext-todomvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 ESNext TodoMVC

Dependency Status devDependency Status

TodoMVC application built with Angular 2 in Javascript (ES6/ES7). To get an insight how it works Colin Eberhardt's tutorial gives a good starting point.

The structure of the project comes from the ESNext starter pack.

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:9000.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.7%
  • HTML 26.3%