angular-extensions / pretty-html-log

A module that allows you to pretty print the inner HTML of ComponentFixtures, DebugElements, NativeElements or even plain HTML strings to the console. This is very useful for debugging Angular component tests in Jest
MIT License
38 stars 1 forks source link

Export logNgHTML as well #24

Closed maxfriedmann closed 3 years ago

maxfriedmann commented 3 years ago

Would you mind exporting the main function as well? I don't get the patched console running in my nx workspace and wouldn't mind at all using the function directly :)

nivekcode commented 3 years ago

Definitely. Thx a lot for the PR. 👍

nivekcode commented 3 years ago

:tada: This PR is included in version 3.1.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: