angular-prism
angular-prism copied to clipboard
Minimal PrismJS component for code highlighting in Angular 2/4
I tried to use attributes ` language="markup"` and `language="pug"` to highlight pug and both of them didn't work Here's some code:  And here's the result:  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...