Skip to content

Remove redundant standalone: true from all components #558

@bracyw

Description

@bracyw

Description

Angular 19+ defaults to standalone components, making standalone: true in the component decorator redundant. ~30+ components still explicitly set it.

Acceptance Criteria

  • All standalone: true removed from component decorators in angular-client/
  • Build and lint pass
  • No behavioral change

Proposed Solution

Search for standalone: true across all component .ts files and remove. Mechanical change — no logic affected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions