Angular pipe testing
In this article, I'll show how to test Angular pipes. It can be done in two different ways:
directly create pipe and test output
use the pipe in the component and test HTML
In the example there will be created two simple pipes:
trim - for trimmi...
blog.procode.pl5 min read