Files
website/src/content/docs/api/functions/Services.md
2024-05-06 17:15:30 -04:00

604 B

editUrl, next, prev, title
editUrl next prev title
false false false Services

Services<T>(...keys): IntoDependencies<T>

Type parameters

T extends keyof Dependencies[]

Parameters

• ...keys: [...T[]]

Returns

IntoDependencies<T>

array of dependencies, in the same order of keys provided

Since

3.0.0 The plural version of Service

Source

src/core/ioc/dependency-injection.ts:47