-
Notifications
You must be signed in to change notification settings - Fork 12k
Generated directive class name should have 'Directive' suffix #1217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated directive class name should have 'Directive' suffix #1217
Comments
@Brocco could you have a look please? |
The associated spec file of the directive still imports the wrong directive name:
Is this better suited to a new issue or can this one be re-opened? |
What version are you using? |
|
Okay I'll reopen this and assign it to @Brocco. |
This has been resolved via PR #1940 and will be included in the next release |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Version
Repro steps
The following generate command produces a directive class name without the 'Directive' suffix.
src/app/shared/directives/wrap-if.directive.ts
As per the styleguide,
The generated class name should be
WrapIfDirective
.The text was updated successfully, but these errors were encountered: