Steps to start example.
- npm install
- Due to a bug with the used version of @angular, a single line from file node_modules/@angular/compiler/index.js (line 38: export * from './src/template_parser/template_ast';) should be deleted, since its duplicated.
- tns platform add android - to add platform before starting webpack process
- npm run start-android