Skip to content
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

[no-input-rename] support signal input/model #1723

Open
xXNickznXx opened this issue Feb 19, 2024 · 0 comments
Open

[no-input-rename] support signal input/model #1723

xXNickznXx opened this issue Feb 19, 2024 · 0 comments
Labels
package: eslint-plugin Angular-specific TypeScript rules triage This issue needs to be looked at and categorized by a maintainer

Comments

@xXNickznXx
Copy link

Request

The rule doesnt display errors on the new signal input and model. Both cases should also be supported.

Example

foo = input('text', { alias: 'bar' });
foo2 = model('text', { alias: 'bar2' });
@xXNickznXx xXNickznXx added package: eslint-plugin Angular-specific TypeScript rules triage This issue needs to be looked at and categorized by a maintainer labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: eslint-plugin Angular-specific TypeScript rules triage This issue needs to be looked at and categorized by a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant