TalkingData / rxloop-angular-todos

Angular + RxJS TodoList

Home Page:https://rxjs-cn.github.io/angular-rxjs-todos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular RxJS Todos

Angular RxJS Todos

This repo shows a basic todos example base on the famous TodoMVC but using RxJS and Angular. The goal is to show how to use the Observables data architecture pattern within Angular 2.

Try the live demo here.

Install

If you don't install angular-cli before, you need to install it at first:

npm install -g @angular/cli

Make sure you have the angular-cli, and then:

# clone the repo
git clone git@github.com:RxJS-CN/angular-rxjs-todos.git

# change into the repo directory
cd angular-rxjs-todos

# install dependencies
npm install

# run
npm start

Then visit http://localhost:4200 in your browser.

React Version

If you prefer React, you can checkout out React RxJS Todos

License

MIT

About

Angular + RxJS TodoList

https://rxjs-cn.github.io/angular-rxjs-todos/

License:MIT License


Languages

Language:TypeScript 77.3%Language:HTML 12.2%Language:JavaScript 8.3%Language:Shell 1.7%Language:CSS 0.4%