sonicoder86 / angular2-esnext-todomvc

Angular 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 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.

About

Angular TodoMVC application in Javascript (ES6/ES7).

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


Languages

Language:JavaScript 84.7%Language:HTML 15.3%