openmct/platform/persistence/aggregator/bundle.json

13 lines
278 B
JSON
Raw Normal View History

2015-11-06 01:50:39 +00:00
{
"extensions": {
"components": [
{
"provides": "persistenceService",
"type": "aggregator",
"depends": [ "$q" ],
"implementation": "PersistenceAggregator.js"
}
]
}
}