Closed
Description
I am filing a bug.
- Mac OSX El Capitan 10.11.4
- angular-cli: 0.0.27 node: 5.8.0 os: darwin x64
- 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