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