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

[Client] - Migrate to Self-closing Template Tags #191

Open
Char2sGu opened this issue Sep 15, 2024 · 0 comments · May be fixed by #201
Open

[Client] - Migrate to Self-closing Template Tags #191

Char2sGu opened this issue Sep 15, 2024 · 0 comments · May be fixed by #201

Comments

@Char2sGu
Copy link
Contributor

Desired Changes

Angular now allows component tags to be self-closed:

<my-comp></my-comp>

can be simplified to

<my-comp />

This migration can be automated by ngxtension's migration schematic:

https://ngxtension.netlify.app/utilities/migrations/self-closing-tags/

Screenshots (as needed)

No response

@Char2sGu Char2sGu linked a pull request Sep 17, 2024 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant