UNPKG

ng-prism

Version:

An Angular2 codeblock highlighting component using Prismjs.

25 lines (24 loc) 614 B
// import { Response } from '@angular/http'; // // export interface OnSourceChanged { // sourceChanged: (val: string) => any; // } // // export interface OnSourceLoading { // sourceLoading: (val: string) => any; // } // // export interface OnSourceError { // sourceError: (val: any) => any; // } // // export interface OnSourceReceived { // sourceReceived: (Response: Response) => any; // } // // export interface Sourcable { // sourceChanged?: (val: string) => any; // sourceLoading?: (val: string) => any; // sourceError?: (val: any) => any; // sourceReceived?: (Response: Response) => any; // }