Tag Archives: Angular
Last week, I took part in the Google Developer Day held in Beijing. The Angular team introduced their new Angular 2. Angular is a development platform for building mobile and desktop web applications. This tutorial will show how to configure and use Angular 2 web components with Electron framework for creating native cross-platform applications with web technologies. As recommended by Angular team, TypeScript will be used throughout this tutorial. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Any browser. Any host. Any OS. Open source. You will get a link to finished working example at GitHub at the end of the article. Prerequisites Before start, please make sure that node, npm, typescript, typings are installed. Setup Electron with…