X Tutup
Skip to content

Request: Way to get all components attached in app  #7168

@lacolaco

Description

@lacolaco

Currently there is no way to get components list attached in application. To do it, we have to add some codes to constructor (or other lifecycle) of all components like below

constructor(componentRegistry:ComponentRegistry) {
  componentRegistry.add(this);
}

I want a way for this to debug my application. And finally I want to lint my application about component's metadata. For example, I want to know whether there are any components which is named in camelCase.

Is this a difficult or reasonless request?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup