0.0.1 • Published 8 years ago

angular2-quickstart-ngSemantic v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Simple integration between Angular 2 and PrismJS

Usage

<codeblock prismjs="bash">
    git clone https://github.com/vladotesanovic/angular2-prismjs.git
</codeblock>


<codeblock prismjs="typescript">
import { Component, Type } from '@angular/core';

@Component({
    selector: 'my-app',
    template: `my-app`
})
export class AppComponent {}
</codeblock>

Supported

  • bash
  • markdown
  • javascript
  • css
  • typescript
  • clike

If you need other styles, customize / download from: http://prismjs.com/download.html and replace with files in prismjs/ folder

Installation

npm -i
npm start