angular2-prettyjson
Advanced tools
Comparing version 1.0.2 to 1.0.4
@@ -1,5 +0,3 @@ | ||
/// <reference path="node_modules/typescript/lib/lib.core.es6.d.ts" /> | ||
/// <reference path="node_modules/@angular/core/testing.d.ts" /> | ||
export { PrettyJsonPipe } from "./src/prettyjson.pipe"; | ||
export { SafeJsonPipe } from "./src/json.pipe"; | ||
export { PrettyJsonComponent } from "./src/prettyjson.component"; |
"use strict"; | ||
/// <reference path="./node_modules/typescript/lib/lib.core.es6.d.ts" /> | ||
/// <reference path="./node_modules/@angular/core/testing.d.ts"/> | ||
var prettyjson_pipe_1 = require("./src/prettyjson.pipe"); | ||
@@ -5,0 +3,0 @@ exports.PrettyJsonPipe = prettyjson_pipe_1.PrettyJsonPipe; |
{ | ||
"name": "angular2-prettyjson", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"description": "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", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# Angular 2 Pretty Json v1.0.2 | ||
# Angular 2 Pretty Json v1.0.4 | ||
@@ -3,0 +3,0 @@ A module for Angular 2 debug output of objects. Contains a pipe similar to [JsonPipe](https://angular.io/docs/ts/latest/api/common/index/JsonPipe-class.html) but adds support for spacing and handling of circular structures. |
Sorry, the diff of this file is not supported yet
33742
666