mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +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" ]
|
"depends": [ "$document", "$window" ]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"type": "aggregator",
|
||||||
|
"provides": "dateService",
|
||||||
|
"implementation": "services/DateAggregator.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "provider",
|
||||||
|
"provides": "dateService",
|
||||||
|
"implementation": "services/UTCDateProvider.js",
|
||||||
|
"priority": "fallback"
|
||||||
|
}
|
||||||
|
],
|
||||||
"runs": [
|
"runs": [
|
||||||
{
|
{
|
||||||
"implementation": "StyleSheetLoader.js",
|
"implementation": "StyleSheetLoader.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user