Michael Klein

Results 25 comments of Michael Klein

@claudiuconstantin all of our ui-views are defined in Angular 1... at no point are we attempting to route an Angular 1 component into an Angular 2 ui view

@christopherthielen any chance you have an idea what the problem could be? Could it be that we need to restructure our `ui-view`s to accomodate the hybrid routing? We'd be very...

> @mischkl Did you ever get this working? I'm am also currently migrating an Angular.js app using ui-router to Angular 2+ and would like to support nested ui-views. As mentioned,...

Hi, Thanks for your help. We are not getting the `[hard-source:serial] Unable to freeze module` error. I'll try adding the logging plugin as you suggest and see if it sheds...

Unfortunately not, we ended up just disabling the HardSourcePlugin.

The feature for a weight article would be very helpful and desperately needed! We are in the process of switching to FoodSoft and are confronted with the problem that there...

Hi @hally9k and @neilff, I'd be more than happy to provide a second pair of eyes and potentially contribute in any way. :)

Also discussed in some depth in #2451

Having exactly this problem currently! ConfigService initialized with APP_INITIALIZER, but it's too late because some services are bootstrapped beforehand. :(

The problem is that some services are defined in other modules and imported into the app module, in which case they are initialized first.