Skip to content

Double files generated when performing ng generate pipe #353

Closed
@jkuri

Description

@jkuri

I am filing a bug.

  1. Mac OSX El Capitan 10.11.4
  2. angular-cli: 0.0.27 node: 5.8.0 os: darwin x64
  3. When generating new pipe double files with different paths are created, in my case:
ng generate pipe seconds-to-time

installing pipe
  create src/app/seconds-to-time/seconds-to-time.spec.ts
  create src/app/seconds-to-time/seconds-to-time.ts
  create src/app/pipes/seconds-to-time/seconds-to-time.spec.ts
  create src/app/pipes/seconds-to-time/seconds-to-time.ts

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions