Skip to content

Make use service locator accept arrays #4411

@molaycule

Description

@molaycule

Currently you can only pass one Api Service at a time like so:

beam.use(AccountService).use(AnnouncementsService).use(StatsService);

End goal is to improve the developer experience for convenience when using the use method to accept an array like so:

beam.use([AccountService, AnnouncementsService, StatsService]);

Metadata

Metadata

Assignees

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