I want to use single javascript file for Angular2 in my project & I found that Angular2 provides
angular.sfx.dev.js. I found one jsfiddle https://jsfiddle.net/langdonx/n5pjgev6/ which demonstrate use of it. I found that there are lot of example in typescript but
very less using angular.sfx.dev.js.
Examples for Lifecycle, & NgZone (call angular2 function from outside using old js/jquery) are not found in detail. I tried ngOnInit as well OnInit to see if either of it works (similarly ngOnChange & OnChange) in above jsfiddle but unable to print on console log on each event.
If some point me to good article that uses angular.sfx.dev.js or update above jsfiddle to let me know how lifecycle & calling angular function from outside using plain old javascript it would be of great help.