UNPKG

angular2-prettyjson

Version:

Angular2 json utils. Includes a pipe to replace Angular's built in json pipe which implements spacing, avoids circular references. Also includes a component that will pretty print json with syntax highlight

2 lines (1 loc) 83 B
export declare function serializer(): (this: any, key: string, value: any) => any;