ngx-pipes
ngx-pipes copied to clipboard
feat: convert all pipes to standalone
Fixes: #241
Some line changes were done by prettier.
hope this can be merged soon
just another question, if every pipe is standalone, do we still need a module to export some group of pipes?
I think there is no need for any modules if every pipes are standalone.
just another question, if every pipe is standalone, do we still need a module to export some group of pipes?
I think there is no need for any modules if every pipes are standalone.
They are needed for backwards compatibility.
Any update on this?