Home > typeioc > IResolveWith > args
Sets arguments for service instantiation
Signature:
args(...args: any[]): ResolveWithArgs<T>;
| Parameter | Type | Description | 
|---|---|---|
| args | any[] | 
      optional arguments for the service instantiation | 
Returns:
ResolveWithArgs<T>