ngx-prism-highlight
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Prism Highlight

This is an adaptation of the prismjs library that works as an Angular component.

Installation

Install prism-highlight with your favorite package manager.

You will also need to install prismjs. Make sure that you import the the libraries and styles you need from PrismJS itself. For example, in main.ts:

import 'prismjs';
import 'prismjs/components/prism-typescript';
import 'prismjs/themes/prism.css';
import 'prismjs/themes/prism-dark.css';

Usage

This module exports a single directive, prism-highlight that takes the language for highlighting as an input.

<pre prism-highlight="typescript">${tsCode}</pre>

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-prism-highlight

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • ajcrites