From c1d4efde76a1d82b0bb55f7549ea0b9dbf71fa81 Mon Sep 17 00:00:00 2001 From: "wei.zhang" Date: Mon, 22 Aug 2016 03:02:47 +0800 Subject: [PATCH] add a demo app --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2aec8a8..11e24f6 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,8 @@ * [Directive checking if an element is within the browsers visual viewport (@k3nsei)](https://github.com/k3nsei/angular2-in-viewport) * [Directive checking if clicked inside elementRef or outside (@k3nsei)](https://github.com/k3nsei/angular2-click-outside) * [Angular 2 Chess (@shlomiassaf)](https://github.com/shlomiassaf/ng2-chess) +* [MeetUpEvent (Angular2, Firebase)](https://github.com/jerry-i/meetup-events) + ### Live Code Experiments * [Angular 1 with Angular 2 Dependency Injection (Rob Wormald)](http://plnkr.co/edit/cc9wXp?p=preview)