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

Dependencies on Angular2 are unscoped and don't work anymore #4

Open
bbottema opened this issue May 19, 2016 · 1 comment
Open

Dependencies on Angular2 are unscoped and don't work anymore #4

bbottema opened this issue May 19, 2016 · 1 comment

Comments

@bbottema
Copy link

bbottema commented May 19, 2016

Angular2 recently updated their dependencies in NPM by scoping them. As such, ng2-prism's dependencies don't work anymore.

Dependencies should be like this now:

"dependencies": {
    "@angular/core": "2.0.0-rc.1",
    ...
}

And

import { Component, ...} from '@angular2/core';

You can see a list of all angular2 packages on NPM here.

@georgeedwards
Copy link

Would be good to fix this!

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

2 participants