[Time Conductor] Expose dateService in bundle definition
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user