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.
With angular-cli 0.0.33, generating a pipe named foo
foo
ng g p foo installing pipe create src/client/app/foo.pipe.ts create src/client/app/foopipe.spec.ts
The spec file created is foopipe.spec.ts whereas it should be foo.pipe.spec.ts
foopipe.spec.ts
foo.pipe.spec.ts