We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001c1a9 commit 70ae87dCopy full SHA for 70ae87d
1 file changed
README.md
@@ -1,5 +1,7 @@
1
# @angular-extensions/pretty-html-log
2
3
+# Work in progress - module not yet published
4
+
5
This module allows you to pretty print the inner HTML
6
of `ComponentFixtures`,
7
`DebugElements`, `NativeElements` or even plain HTML `strings` to the console.
@@ -10,7 +12,7 @@ This module will only be used during development and can therefore
10
12
be installed as a dev dependency.
11
13
14
```
-npm i -D @angular-extension/pretty-html-log
15
+npm i -D @angular-extensions/pretty-html-log
16
17
18
This module is best used with Angular and Jest. Create a
0 commit comments