This repository has been archived on 2023-03-18 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
Robin Ward
17f28d4018
DEV: Add a widget API for injecting services
...
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.
2021-08-04 16:27:19 -04:00
..
2021-06-08 17:54:12 +02:00
2021-07-08 10:46:21 +03:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-06-21 19:14:57 +03:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-06-08 17:54:12 +02:00
2021-02-16 12:07:30 +10:00
2021-07-08 10:46:21 +03:00
2021-06-08 17:54:12 +02:00
2021-08-03 19:06:23 +03:00
2021-06-08 17:54:12 +02:00
2021-08-04 16:27:19 -04:00