diff --git a/index.html b/index.html
index 153997b..813bf8c 100644
--- a/index.html
+++ b/index.html
@@ -37,6 +37,7 @@
+
diff --git a/package.json b/package.json
index d6d4d1f..eef7a8a 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,7 @@
"angular": "^1.7.7",
"angular-chart.js": "1.1.1",
"angular-cookies": "^1.7.7",
+ "angular-file-saver": "^1.1.3",
"angular-i18n": "^1.7.7",
"angular-ladda": "^0.4.3",
"angular-mocks": "^1.7.7",
diff --git a/src/js/app.js b/src/js/app.js
index 9b06706..a409945 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -11,6 +11,7 @@ angular.module('appWrapperDemo', [
'ui.swiper',
'ui.grid',
'ui.grid.exporter',
+ 'ngFileSaver',
// MODULOS FOCA
'focaAbmPreciosCondiciones',