From 9aada7dd65d8e3b5dc5eab97db3331db2d569c0f Mon Sep 17 00:00:00 2001 From: kreuzerk Date: Mon, 20 Apr 2020 17:35:11 +0200 Subject: [PATCH] fix(docs): add blog post --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3564393..ae117af 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,16 @@ -**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_ - -- [@angular-extensions/pretty-html-log](#angular-extensionspretty-html-log) - - [Why you should use this module](#why-you-should-use-this-module) - - [Features](#features) - - [Getting started](#getting-started) - - [API](#api) - - [Examples](#examples) - - [Pass in specific DebugElement](#pass-in-specific-debugelement) - - [Examples](#examples-1) - - [Print Angular comments](#print-angular-comments) - - [Change the theme](#change-the-theme) +- [Why you should use this module](#why-you-should-use-this-module) +- [Features](#features) +- [Getting started](#getting-started) +- [API](#api) +- [Examples](#examples) + - [Pass in specific DebugElement](#pass-in-specific-debugelement) + - [Blog post](#blog-post) + - [Examples](#examples-1) + - [Print Angular comments](#print-angular-comments) + - [Change the theme](#change-the-theme) @@ -100,6 +98,10 @@ Which will print the following string to your console ![logNgHTML](https://raw.githubusercontent.com/angular-extensions/pretty-html-log/master/images/output.png) +### Blog post + +[Improved debugging of Angular component tests in Jest](https://medium.com/angular-in-depth/improved-debugging-of-angular-component-tests-in-jest-ac035e521763) is a write up on AngularInDepth that shows how `@angular-extensions/pretty-html-log` is used and set up in a project. + ### Examples Log the content innerHTML of a fixture