ng2-prism icon indicating copy to clipboard operation
ng2-prism copied to clipboard

Dependencies on Angular2 are unscoped and don't work anymore

Open bbottema opened this issue 8 years ago • 1 comments

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.

bbottema avatar May 19 '16 19:05 bbottema

Would be good to fix this!

georgeedwards avatar Aug 19 '16 16:08 georgeedwards