You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see a list of all angular2 packages on NPM here.
The text was updated successfully, but these errors were encountered:
bbottema
changed the title
Dependencies on Angular2 unscoped and don't work anymore
Dependencies on Angular2 are unscoped and don't work anymore
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:
And
import { Component, ...} from '@angular2/core';
You can see a list of all angular2 packages on NPM here.
The text was updated successfully, but these errors were encountered: