Home > typeioc > IRegistration
Represents an entry into service registration fluent cascading API interface
Signature:
export interface IRegistration<T>
| Method | Description |
|---|---|
| as(factory) | Sets registration to be marked as factory registration |
| asSelf(params) | Sets registration to be marked as self registration |
| asType(type, params) | Sets registration to be marked as type registration |
| asValue(value) | Sets registration to be marked as value registration |