Class: ResourceHelper
Utility class for configuring a resource module.
Table of contents
Constructors
Methods
Constructors
constructor
• new ResourceHelper(): ResourceHelper
Returns
Methods
forFeature
▸ forFeature(opts
): DynamicModule
Creates a DynamicModule for the resource with the provided options.
Parameters
Name | Type | Description |
---|---|---|
opts | ModuleOpts | The configuration options. |
Returns
DynamicModule
The configured DynamicModule.
Static