openmct/platform/identity/bundle.json
Victor Woeltjen 29c9b2a08f [Identity] Add identity aggregator
Add an aggregator to handle exposing the user's identity,
nasa/openmctweb#92
2015-08-28 15:46:15 -07:00

12 lines
213 B
JSON

{
"extensions": {
"components": [
{
"type": "aggregator",
"provides": "identityService",
"depends": [ "$q" ]
}
]
}
}