Hi!
I have read the official guide for Javascript, there is much describing stuff for Typescript, but nothing really exists for Javascript.
I have application, written with Angular 1.x, which I want to update to Angular 2.0.
After trying to bootstrap an application using Angular 2.0 for 2 days, I'm little bit lost, because I was unable yet to bootstrap
simple application using Javascript, using more than one component, using injection, service and routing.
Does somebody have an example for an architecture of Angular 2.0 application, using Javascript, which includes example how to
compose components, how to setup routing, injecting services, simple basics needed to bootstrap architecture for a complex application
using plain Javascript, not Typescript??
Thanks for any help in before.