Angular JS Munich Meetup #12 - #RxJs, #Angular2

Finally, you probably heard it already. The first Angular 2 RC was released. A2 is out of beta! We think it's a good idea to celebrate the first RC with a meetup focused on it:
Agenda
18:00 Socializing, Food, Drinks
18:25 Welcome
18:30 Talks:
RxJs and Angular2 by Sekib Omazic (https://twitter.com/SekibOmazic)
The main idea of FRP is to build programs in a declarative only way, by defining what are the streams, how they are linked together and what happens if a new stream value arrives over time. Ther are many libraries out there that support FRP but the most popular (RxJs) has been used as the core of Angular2.In this talk we will show how what RxJs is and how Angular2 leverages it to handle asynchronous data streams.
Migrating from Angular 1.x to Angular 2 - what we've learned so farby Johannes Weber (https://twitter.com/jowe)
In January we've started with the migrating of an existing Angular 1.x / ES6 application to Angular 2 / TypeScript.On our way, we discover a lot of pleasures. And well, also some pitfalls.This talk is a code based talk without that many slides.You'll see the whole transition with all ups and downs we've discovered.The session is rounded up by a Q&A session for:- Angular 2 in general- Migrating from Angular 1.x to Angular 2.x
