Angular 2.0 will provide support for custom renderers and platforms. With custom renderers we can have our component/application code render itself differently for a browser, a desktop-level application, a mobile phone or on a watch. We can also leverage native-level code or package our application into a webview. -
View it on GitHub