summaryrefslogtreecommitdiffstats
path: root/src/app/extensibility/index.js
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-09-04 16:18:34 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-09-05 08:55:56 -0400
commitb68cd9cee606372747f6fee4a864de994b0518a7 (patch)
tree5da47b9f152f7d8449639141f93fd23b43981cb5 /src/app/extensibility/index.js
parent3d6886c9c4ab551d3aefa00c5f1751459ee1140b (diff)
Add network call as promise for ext views
Adding support for network calls that can be used in the extended views without relying on the reducers of main app. Also adding functinality to remove the view from the hanburger menu which will be useful for apps that want to have a route but not an entry in main menu. Issue-ID: AAI-1564 Change-Id: Ie4776d030d8458d3ce8d77782d5dfda11e01b878 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'src/app/extensibility/index.js')
-rw-r--r--src/app/extensibility/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/extensibility/index.js b/src/app/extensibility/index.js
index 28e61d3..3ca3ef6 100644
--- a/src/app/extensibility/index.js
+++ b/src/app/extensibility/index.js
@@ -21,7 +21,6 @@
// Import section (used as anchor to add extension imports)
let components = {};
-
// Components section (used as an anchor to add extension components)
export default components;