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.
A generated pipe ends up with a name starting with an uppercase, whereas the usual convention AFAIK is to have a name starting with a lowercase:
Actual:
@Pipe({ name: 'FromNow' })
Expected:
@Pipe({ name: 'fromNow' })