Skip to content

Remove unnecessary components / html elements #135

Description

@madhaven

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions