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

Remove unnecessary components / html elements #135

Open
madhaven opened this issue Jul 8, 2024 · 0 comments
Open

Remove unnecessary components / html elements #135

madhaven opened this issue Jul 8, 2024 · 0 comments
Labels
perfection updates New feature or request

Comments

@madhaven
Copy link
Owner

madhaven commented Jul 8, 2024

When the app was converted from Vanilla HTML to Angular, a lot of the design elements and tags were imported as is.
In effect, most components have an angular component decoration within which the HTML elements sit.
This can be confusing at times when it comes to the css decorators involved and the HTML structure

Reduce the unwanted HTML elements and move their importance to the host component.
Use :host decorators from Angular to migrate the CSS classes involved.

@madhaven madhaven added the perfection updates New feature or request label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perfection updates New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant