I\'m pretty new to Aurelia (only been using it a few days) and I love it!
I know how to make a service with Aurelia, but how can I make that service a singleton that
Just inject it
By default, the DI container assumes that everything is a singleton instance; one instance for the app. However, you can use a registration decorator to change this.