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

Error when compiling ngBootstrap 1.0.0-alpha.10; Component : Rating #995

Closed
franko21c opened this issue Nov 2, 2016 · 1 comment
Closed

Comments

@franko21c
Copy link

@ng-bootstrap/ng-bootstrap/rating/rating.d.ts(51,14): error TS1005: '=' expected.

@ng-bootstrap/ng-bootstrap/rating/rating.d.ts(51,27): error TS1005: ';' expected.

My dependencies :

"dependencies": {
"@angular/common": "~2.1.1",
"@angular/compiler": "~2.1.1",
"@angular/core": "~2.1.1",
"@angular/forms": "~2.1.1",
"@angular/http": "~2.1.1",
"@angular/platform-browser": "~2.1.1",
"@angular/platform-browser-dynamic": "~2.1.1",
"@angular/router": "~3.1.1",
"@angular/upgrade": "~2.1.1",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.10",
"angular2-in-memory-web-api": "~0.0.21",
"angular2-infinite-scroll": "~0.2.6",
"core-js": "^2.4.1",
"ng2-translate": "2.4.4",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.39",
"tether": "1.3.4",
"zone.js": "^0.6.25"
},

@franko21c franko21c changed the title Error when compiling ngBootstrap 1.0.0-alpha.10 Error when compiling ngBootstrap 1.0.0-alpha.10; Component : Rating Nov 2, 2016
@pkozlowski-opensource
Copy link
Member

You seem to be using Typescript 1.8 and we've introduced a non-backward compatible change in alpha.10 that is requiring TS 2.0+. I will push a PR shortly that restores TS 1.8 compatibility. You can switch to TS 2.0+ as a work-around.

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

No branches or pull requests

2 participants