Giter VIP home page Giter VIP logo

Comments (5)

gilf avatar gilf commented on August 19, 2024

Hi @akshatsd2,
This isn't a problem in the library but rather a problem of usage.
Did you use npm to install Angular?
Did you use TypeScript compilerOptions with experimentalDecorators set to true?
If not, you will get the those errors.

from angular2-indexeddb.

akshatsd2 avatar akshatsd2 commented on August 19, 2024

Did you use npm to install Angular? Yes i did.
Did you use TypeScript compilerOptions with experimentalDecorators set to true? Yes

I have done both the things and also local storage works in the same project .

from angular2-indexeddb.

gilf avatar gilf commented on August 19, 2024

How do you use it?
I can see from the error you provided the "Unexpected character '@' (5:0)" and the @Injectable marked. That mean that decorators aren't supported in your build process.
localStorage isn't relevant to the library.

from angular2-indexeddb.

akshatsd2 avatar akshatsd2 commented on August 19, 2024

I just specified the version of the library "angular2-indexeddb":"^1.0.10" in my package and then npm install and it is importing fine but when i try to initialize it
database = new AngularIndexedDB('devDb',1);
It throws this error.
localStorage isn't relevant to the library, I know i am just trying to say that we have webpack and package file so i did the same for it & it worked.

from angular2-indexeddb.

gilf avatar gilf commented on August 19, 2024

The error you are getting is produced by webpack or by the hot reloading module you are using. What it means is that you need an appropriate loader to handle the ts file with the decorator (the @ sign in that decorate the Injectable).

from angular2-indexeddb.

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.