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

An Angular2 codeblock highlighting component using Prismjs.

Results 12 ng2-prism issues
Sort by recently updated
recently updated
newest added

Bumps [node-sass](https://github.com/sass/node-sass) from 3.13.1 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

C:/Users/George/Desktop/GitHub/Admin-panel/node_modules/ng2-prism/src/codeblock.component.d.ts (1,67): Cannot find module 'angular2/core'.

app.module.ts do not import Codeblock. What steps i need follow when install it. Please Help 1 npm i ng2-prism --save 2 import from app.module.ts Do not see codeblock library. 3...

Despite locally configuring the GIT proxy setting to pull resources through the corporate firewall I'm behind, I'm unable to `npm install` ng2-prism, because it doesn't use the HTTP url. It...

In AOT, run into below error - Unexpected value 'CodeblockComponent in .../node_modules/ng2-prism/src/codeblock.component.d.ts' declared by the module 'TestModule in .../src/main/webapp/src/test/test.module.ts'. Please add a @Pipe/@Directive/@Component annotation. Failed to compile

Installation is not working, will you update `PEER DEPENDENCY`?

Hi! I would like to use your component, but the problem is that I want it to highlight based on a custom internal file format. Is there any way to...

Do you consider updating library to newest angular2 version?

Angular2 recently [updated their dependencies](https://www.reddit.com/r/Angular2/comments/4hk0f8/the_angular2_team_is_changing_the_repository_on/) 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", ... }...