mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 10:11:06 +00:00
[Time Conductor] Expose FormatProvider
This commit is contained in:
parent
322d1c8389
commit
f8ee244475
@ -4,15 +4,10 @@
|
||||
"extensions": {
|
||||
"components": [
|
||||
{
|
||||
"provides": "timeService",
|
||||
"type": "aggregator",
|
||||
"implementation": "TimeAggregator.js"
|
||||
},
|
||||
{
|
||||
"provides": "timeService",
|
||||
"provides": "formatService",
|
||||
"type": "provider",
|
||||
"implementation": "UTCTimeProvider.js",
|
||||
"depends": [ "now" ]
|
||||
"implementation": "FormatProvider.js",
|
||||
"depends": "formats[]"
|
||||
}
|
||||
],
|
||||
"formats": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user