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" ]
|
|
}
|
|
]
|
|
}
|
|
}
|