Skip to content

Angular Renderer: Idiomatic Framework Use #2003

Description

@manfredsteyer

This is about using patterns, meanwhile known from Angular's HttpClient, the router and hence also from other 3rd party libs:

  • A provideCustomCatalog function or a provideA2Ui function would be great to replace this:

    {
    provide: A2UI_RENDERER_CONFIG,
    useValue: {
    catalogs: [customCatalog],
    },
    },

  • It would be great if A2uiRendererService were auto-provided. Currently, we have to add it by hand to the providers-Array.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: needs-triageauto-managed: https://github.com/a2ui-project/a2ui/blob/main/scripts/triage.mjs

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions