/angular2-async-pipe

Demo code for egghead.io AsyncPipe lesson.

Primary LanguageJavaScript

angular2-async-pipe

Demo code for egghead.io lesson.

##Getting Started

# clone the repo
git clone https://github.com/btroncone/angular2-async-pipe.git

# cd into project
cd angular2-async-pipe

# install dependencies
npm install

# start the server
npm start