Skip to content

sonicoder86/angular2-esnext-todomvc

Repository files navigation

Angular ESNext TodoMVC

Dependency Status devDependency Status

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

Layout and namings based on the official Angular 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.

Releases

No releases published

Packages

No packages published