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' }) ```
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:
Expected: