mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 18:26:25 +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.