mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"extensions": {
|
|
"components": [
|
|
{
|
|
"implementation": "IdentityAggregator.js",
|
|
"type": "aggregator",
|
|
"provides": "identityService",
|
|
"depends": [ "$q" ]
|
|
}
|
|
],
|
|
"indicators": [
|
|
{
|
|
"implementation": "IdentityIndicator.js",
|
|
"depends": [ "identityService" ]
|
|
}
|
|
]
|
|
}
|
|
}
|