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

Minimal PrismJS component for code highlighting in Angular 2/4

Results 3 angular-prism issues
Sort by recently updated
recently updated
newest added

I tried to use attributes ` language="markup"` and `language="pug"` to highlight pug and both of them didn't work Here's some code: ![image](https://user-images.githubusercontent.com/22381114/55623407-9574e180-57ab-11e9-8d92-e31feff0e448.png) And here's the result: ![image](https://user-images.githubusercontent.com/22381114/55623438-ac1b3880-57ab-11e9-94ce-2e435daebf32.png) What am I...

I generated a new project using angular-cli 1.0.0 and then I added the angular-prism library. It works great in development, just as expected. It also works if I do a...

I have added a Directive decorator to the dist/prism.component.d.ts which fixes an error when compiling this component into a production build in Angular 5. Without this, it returns a decorator...