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

Support for Latest Angular Updates #43

Open
manish7singh opened this issue Jun 22, 2017 · 0 comments
Open

Support for Latest Angular Updates #43

manish7singh opened this issue Jun 22, 2017 · 0 comments

Comments

@manish7singh
Copy link

manish7singh commented Jun 22, 2017

I am facing an issue similar to angular/angular#15763
This happens because my code is updated to angular@4.2.4 but the angular2-google-chart project is still in angular@4.1.3
Please update the package.json to support future versions of angular.
Something like this

    "@angular/common": ">=4.1.3",
    "@angular/compiler": ">=4.1.3",
    "@angular/core": ">=4.1.3",
    "@angular/platform-browser": ">=4.1.3 ",
    "@angular/platform-browser-dynamic": ">=4.1.3",
    "@angular/upgrade": ">=4.1.3",

Or,

    "@angular/common": "^4.1.3",
    "@angular/compiler": "^4.1.3",
    "@angular/core": "^4.1.3",
    "@angular/platform-browser": "^4.1.3 ",
    "@angular/platform-browser-dynamic": "^4.1.3",
    "@angular/upgrade": "^4.1.3",

TIA

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

1 participant