Coder Social home page Coder Social logo

Comments (9)

elquimeras avatar elquimeras commented on May 28, 2024 20

Same here...

I crated a PR with a FIX #49

If you want to use in your repo to test purposes just now, you can put in your bower directly from my repository

"angular-file-saver": "https://github.com/elquimeras/angular-file-saver.git#hotfix/update-file-saver-module",

Hope works for you!

from angular-file-saver.

elquimeras avatar elquimeras commented on May 28, 2024 7

Y left in NPM a fork with the fix...

I hope the authors of this package returns and merge this PR related to continue using this
If not, your're able to use this new package

NPM

  • npm i ng-file-saver

BOWER

As Bower is deprecated, registering new Bower packages is not supported anymore. Neverthless you can install any GitHub repository as Bower package by putting full name in bower.json:

{
  "dependencies": {
    "angular-file-saver": "elquimeras/ng-file-saver#^1.1.4"
  }
}

You can install any dependency from github with CLI as well:

bower install elquimeras/ng-file-saver --save

from angular-file-saver.

MarshallAsch avatar MarshallAsch commented on May 28, 2024 2

awesome thanks :)

from angular-file-saver.

neeths92 avatar neeths92 commented on May 28, 2024 2

Y left in NPM a fork with the fix...

I hope the authors of this package returns and merge this PR related to continue using this If not, your're able to use this new package

NPM

  • npm i ng-file-saver

BOWER

As Bower is deprecated, registering new Bower packages is not supported anymore. Neverthless you can install any GitHub repository as Bower package by putting full name in bower.json:

{
  "dependencies": {
    "angular-file-saver": "elquimeras/ng-file-saver#^1.1.4"
  }
}

You can install any dependency from github with CLI as well:

bower install elquimeras/ng-file-saver --save

even though ngFileSaver added in list of modules dependency
angular.module("myModel", ["ngFileSaver "]) but I am getting the following error.

Error: [$injector:nomod] Module 'ngFileSaver' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

from angular-file-saver.

MarshallAsch avatar MarshallAsch commented on May 28, 2024

I have also started seeing this issue.

from angular-file-saver.

nul0m avatar nul0m commented on May 28, 2024

same issue here

from angular-file-saver.

robinlieson92 avatar robinlieson92 commented on May 28, 2024

yeah same here! can it be fixed?

from angular-file-saver.

mikeaustin avatar mikeaustin commented on May 28, 2024

I'm confused because in the README it says it uses https://github.com/eligrey/FileSaver.js, but that is "file-saver" not "file-saver.js". The code hasn't been changed in 5 years?

from angular-file-saver.

elquimeras avatar elquimeras commented on May 28, 2024

@mikeaustin

I'm confused because in the README it says it uses https://github.com/eligrey/FileSaver.js, but that is "file-saver" not "file-saver.js". The code hasn't been changed in 5 years?

Is the name of the package in NPM / Bower https://www.npmjs.com/package/file-saver

from angular-file-saver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.