ng2-prism
ng2-prism copied to clipboard
ng2 prism Cannot find module 'angular2/core'.
C:/Users/George/Desktop/GitHub/Admin-panel/node_modules/ng2-prism/src/codeblock.component.d.ts (1,67): Cannot find module 'angular2/core'.
i have this error how i can fix this
Looks like ng2-prism
hasn't been updated since the pre-release candidate days of angular 2...
Angular core is no longer referenced as angular2/core
but rather angular/core
.
So the options seem to be... use a pre-rc version of angular core... (Boooooooo!) OR update this github to be compatible with newer versions of angular+ (Oh boy...).