Skip to content

Pipe name should be in lowercase #224

Closed
@cexbrayat

Description

@cexbrayat

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'
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions