mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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.