angular2-quickstart-ngSemantic
v0.0.1
Published
<img src="http://storage6.static.itmages.com/i/16/0605/h_1465135007_9862337_666459ee9e.png" />
Downloads
1
Readme
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