In your low level component description webpack somehow mangles the ui-router config without adding 'ngInject' at the top of the function. The angular error is angular.js:68 Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to: and the stack trace only points to angular internals.
In your low level component description webpack somehow mangles the ui-router config without adding
'ngInject'
at the top of the function. The angular error isangular.js:68 Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
and the stack trace only points to angular internals.Of note, I'm bootstrapping the following way: