Giter VIP home page Giter VIP logo

Comments (5)

gilf avatar gilf commented on August 19, 2024 1

@Cl3r1k since the service constructor doesn't include injectables then the Injectable decorator isn't needed. You should use the decorator if there is some sort of dependency injection in the services (or empty constructor or injecting something in the constructor).

from angular2-indexeddb.

 avatar commented on August 19, 2024

I did not need this to be injectable so I pulled the ts file and removed the @Injectable tag. This made the file compilable and functional in Angular 5. As to why it's thinking the types are not defined in the constructor, I have no idea

from angular2-indexeddb.

gilf avatar gilf commented on August 19, 2024

The problem is that there is no need for Injectable anymore.
I removed it from the class in the last version so please update to the new 1.2.2 version.

from angular2-indexeddb.

Cl3r1k avatar Cl3r1k commented on August 19, 2024

Can you provide the link, where mention about this point: 'there is no need for Injectable anymore'
The styleguide tells to use it anyway Style 07-04

from angular2-indexeddb.

giamkk avatar giamkk commented on August 19, 2024

my 'ng build --prod' keep fail.
'ng build --prod' error message:
ERROR in : Can't resolve all parameters for AngularIndexedDB in C:/.../node_modules/angular2-indexeddb/angular2-indexeddb.ts: (?, ?).

same as my 'ng serve' error message:
Error: Can't resolve all parameters for AngularIndexedDB: (?, ?).

my 'ng serve' can run if i try to add back '@Injectable()' command.
what should i do to solved this 'ng build --prod' problem?

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.