mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +00:00
[Core] Expose 'topic' service
Expose 'topic' services, which supports updating telemetry subscriptions on mutation for WTD-1329.
This commit is contained in:
@ -189,6 +189,10 @@
|
|||||||
"key": "throttle",
|
"key": "throttle",
|
||||||
"implementation": "services/Throttle.js",
|
"implementation": "services/Throttle.js",
|
||||||
"depends": [ "$timeout" ]
|
"depends": [ "$timeout" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "topic",
|
||||||
|
"implementation": "services/Topic.js"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"roots": [
|
"roots": [
|
||||||
|
Reference in New Issue
Block a user