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
12 lines (11 loc) • 314 B
TypeScript
/**
* Angular library starter
* Build an Angular library compatible with AoT compilation & Tree shaking
* Copyright Roberto Simonetti
* MIT license
* https://github.com/robisim74/angular-library-starter
*/
/**
* Entry point for all public APIs of the package.
*/
export * from './src/angular2-prettyjson';