Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when loading ColorPickerModule in App Module #113

Open
adikariunicorn opened this issue Jul 7, 2017 · 10 comments
Open

Issue when loading ColorPickerModule in App Module #113

adikariunicorn opened this issue Jul 7, 2017 · 10 comments

Comments

@adikariunicorn
Copy link

adikariunicorn commented Jul 7, 2017

ERROR in Error encountered resolving symbol values statically. Calling function
'makeDecorator', function calls are not supported. Consider replacing the functi
on or lambda with a reference to an exported function, resolving symbol NgModule,

package.json

{
  "name": "my-color-picker",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^4.0.0",
    "@angular/common": "^4.0.0",
    "@angular/compiler": "^4.0.0",
    "@angular/core": "^4.0.0",
    "@angular/forms": "^4.0.0",
    "@angular/http": "^4.0.0",
    "@angular/platform-browser": "^4.0.0",
    "@angular/platform-browser-dynamic": "^4.0.0",
    "@angular/router": "^4.0.0",
    "angular2-color-picker": "^1.3.1",
    "core-js": "^2.4.1",
    "rxjs": "^5.1.0",
    "zone.js": "^0.8.4"
  },
  "devDependencies": {
    "@angular/cli": "1.1.2",
    "@angular/compiler-cli": "^4.0.0",
    "@angular/language-service": "^4.0.0",
    "@types/jasmine": "2.5.45",
    "@types/node": "~6.0.60",
    "codelyzer": "~3.0.1",
    "jasmine-core": "~2.6.2",
    "jasmine-spec-reporter": "~4.1.0",
    "karma": "~1.7.0",
    "karma-chrome-launcher": "~2.1.1",
    "karma-cli": "~1.0.1",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-coverage-istanbul-reporter": "^1.2.1",
    "protractor": "~5.1.2",
    "ts-node": "~3.0.4",
    "tslint": "~5.3.2",
    "typescript": "~2.3.3"
  }
}

@msyahidin
Copy link

+1

1 similar comment
@evssraghavendra
Copy link

+1

@ChrisTarasovs
Copy link

angular2-color-picker/node_modules/rxjs/Subject.d.ts (16,22): Class 'Subject' incorrectly extends base class 'Observable'.

@Trophalaxeur
Copy link

+1

@sicksick
Copy link

ERROR in /Users/sick/nodejs/absi-vis/node_modules/angular2-color-picker/node_modules/rxjs/Subject.d.ts
(16,22): error TS2415: Class 'Subject' incorrectly extends base class 'Observable'.
Types of property 'lift' are incompatible.
Type '(operator: Operator<T, R>) => Observable' is not assignable to type '(operator: Operator<T, R>) => Observable'.
Type 'Observable' is not assignable to type 'Observable'.
Type 'T' is not assignable to type 'R'.

@christopherfowers
Copy link

bump

@LarsGH
Copy link

LarsGH commented Sep 20, 2017

+1

2 similar comments
@toregua
Copy link

toregua commented Oct 5, 2017

+1

@NxSxD
Copy link

NxSxD commented Oct 13, 2017

+1

@sconix
Copy link
Contributor

sconix commented Oct 14, 2017

This is unmaintained library, there is a maintained + actively developed version called ngx-color-picker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests