Aurelia Script - Isn't it supposed to be dead simple?

Update: I have the framework working well and I’m building out components and services. What I need to figure out is how I want the DI to work for components and services. My initial thoughts is to provide a mechanism that allows either loading only the components used for the view or to load all. This way it won’t be so heavy in the case of simple views and they can DI each component they need. For edge cases where they will be using most, they can just opt in to have all components loaded globally at run time. I have a few other projects on the go so this is moving forward slower than I had hoped but still moving forward nonetheless. Once I have it all setup, I’ll provide my solution and some documentation.

Thanks much @bigopon for your help. It saved me a ton of time!

2 Likes