I've fixed the issue with it no calling OnInit. While trying to fix problems with running older versions on Internet Explorer (v9 and v10) I found some info that I needed to add a couple of shims to my startup. So, I had added the below scripts
"/node_modules/systemjs/dist/system-polyfills.js","/node_modules/angular2/es6/dev/src/testing/shims_for_IE.js", These were apparently causing the failure to run OnInit. I removed them and it works in Chrome, Edges and IE 11 again (but lots of problems with IE < v11). On Wednesday, June 29, 2016 at 11:10:30 AM UTC-5, Lucas Lacroix wrote: > > I've never had the ngOnInit callback experience this issue. Can you > reproduce in plunkr? > > On Wed, Jun 29, 2016, 11:53 HisDivineShadow <[email protected] > <javascript:>> wrote: > >> Good/Bad news, it started doing the same thing when running from my local >> server. I made a couple minor changes in my authentication service class >> and now it doesn't work locally. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "AngularJS" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
