We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a948d3b commit 9cbb502Copy full SHA for 9cbb502
README.md
@@ -21,7 +21,7 @@ This module is best used with Angular and Jest. Create a
21
`setupJest.ts` file in your `src` directory and add the following line:
22
23
```
24
-import @angular-extension/pretty-html-log
+import '@angular-extensions/pretty-html-log'
25
26
27
This import adds a `logNgHTML` method to your console. You can then
0 commit comments