mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00

When declaring your widget you can now add an option like: `services: ['cool']` And your widget instances will automatically get a `this.cool` property which will resolve to the service. This saves having to look it up yourself.