mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
8e50078823
Bring in BrowserPersistenceService as an example, to use as a stub to develop and integrate commonUI bundles against. WTD-574.
18 lines
438 B
JSON
18 lines
438 B
JSON
{
|
|
"extensions": {
|
|
"components": [
|
|
{
|
|
"provides": "persistenceService",
|
|
"type": "provider",
|
|
"implementation": "BrowserPersistenceProvider.js",
|
|
"depends": [ "$q", "PERSISTENCE_SPACE" ]
|
|
}
|
|
],
|
|
"constants": [
|
|
{
|
|
"key": "PERSISTENCE_SPACE",
|
|
"value": "mct"
|
|
}
|
|
]
|
|
}
|
|
} |