How can I use Angular 2 in SPFX?
I appreciate its not out of beta quite yet but I have found it to be excellent for 'larger' apps. Especially RC5 which provides a new ngModule decorator.
Using this decorator how do I write an SPFX Webpart that will bootstrap an Angular 2 module?
Once bootstrapped how will I implement Angular 2 routes in a web part?