|
9 | 9 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
10 | 10 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
11 | 11 |
|
12 |
| -**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_ |
13 |
| - |
14 |
| -- [@angular-extensions/pretty-html-log](#angular-extensionspretty-html-log) |
15 |
| - - [Why you should use this module](#why-you-should-use-this-module) |
16 |
| - - [Features](#features) |
17 |
| - - [Getting started](#getting-started) |
18 |
| - - [API](#api) |
19 |
| - - [Examples](#examples) |
20 |
| - - [Pass in specific DebugElement](#pass-in-specific-debugelement) |
21 |
| - - [Examples](#examples-1) |
22 |
| - - [Print Angular comments](#print-angular-comments) |
23 |
| - - [Change the theme](#change-the-theme) |
| 12 | +- [Why you should use this module](#why-you-should-use-this-module) |
| 13 | +- [Features](#features) |
| 14 | +- [Getting started](#getting-started) |
| 15 | +- [API](#api) |
| 16 | +- [Examples](#examples) |
| 17 | + - [Pass in specific DebugElement](#pass-in-specific-debugelement) |
| 18 | + - [Blog post](#blog-post) |
| 19 | + - [Examples](#examples-1) |
| 20 | + - [Print Angular comments](#print-angular-comments) |
| 21 | + - [Change the theme](#change-the-theme) |
24 | 22 |
|
25 | 23 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
26 | 24 |
|
@@ -100,6 +98,10 @@ Which will print the following string to your console
|
100 | 98 |
|
101 | 99 | 
|
102 | 100 |
|
| 101 | +### Blog post |
| 102 | + |
| 103 | +[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. |
| 104 | + |
103 | 105 | ### Examples
|
104 | 106 |
|
105 | 107 | Log the content innerHTML of a fixture
|
|
0 commit comments