mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +00:00
[Time Conductor] Expose dateService in bundle definition
This commit is contained in:
parent
c882b2d4c3
commit
0d47b7c47d
@ -15,6 +15,19 @@
|
||||
"depends": [ "$document", "$window" ]
|
||||
}
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"type": "aggregator",
|
||||
"provides": "dateService",
|
||||
"implementation": "services/DateAggregator.js"
|
||||
},
|
||||
{
|
||||
"type": "provider",
|
||||
"provides": "dateService",
|
||||
"implementation": "services/UTCDateProvider.js",
|
||||
"priority": "fallback"
|
||||
}
|
||||
],
|
||||
"runs": [
|
||||
{
|
||||
"implementation": "StyleSheetLoader.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user