Results 11 comments of spoco2

Just to confirm that any fix for these issues will also fix the issue where it seems aws-cdk doesn't engage the token refreshing at all? Because https://github.com/aws/aws-cdk/issues/24782 has been said...

Yes, that would be the case for a system where the 'programs' weren't dynamic, and quite likely never loaded by a given client. So, you have the main app. And...

Hi again, Thanks for taking the time to reply. Your suggestion gave me an idea as to having insertion points per each of my programs for the template code, so...

Oooh, actually, here's a bigger problem, and maybe gets to the root of why it works in dev but not when r.js optimized. If I ignore the templates being the...

OK. I bit the bullet and actually made a plunker to demonstrate how I'm using things within my dev structure: http://plnkr.co/edit/491WzrHPwHJwnQJUj30g?p=preview It spits a bunch of stuff into the console...

Following up this. I have managed to make my optimized files load the controller before it's requested now. I still have issues with the templates being requested before the code...

OK... first time actually using github for putting code up! (Coming from svn and just started using Mercurial).. I've put up the dev version: https://github.com/spoco2/AngularAMD-DynamicModules There's probably some issues around...

OK. More updates. I actually have things working in a dist build now. I need to update my github/plunker examples to be the same... the things that have made this...

I've written a blog post on my approach now, might make my approach clearer, might confuse matters, not sure. http://simon.oconnorlamb.com/ria/2015/07/building-a-large-scale-lazy-loading-angular-application-using-angularamd/

We're using CDK, we have a number of stacks we deploy, we're at early stages of our start up and only have testing data loads through the system so far....