Skip to content

Commit 9aada7d

Browse files
committed
fix(docs): add blog post
1 parent ffcd15f commit 9aada7d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,16 @@
99
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1010
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1111

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)
2422

2523
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2624

@@ -100,6 +98,10 @@ Which will print the following string to your console
10098

10199
![logNgHTML](https://raw.githubusercontent.com/angular-extensions/pretty-html-log/master/images/output.png)
102100

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+
103105
### Examples
104106

105107
Log the content innerHTML of a fixture

0 commit comments

Comments
 (0)