Load configuration from supplied class
Load method is dependant on loader.type
loader.type
class MyConfig { @Key("KEY_NAME") public property: string; } await load(MyConfig);
Class
Config options
Config loader (defaults to loader created by @link createLoader)
Config reflector (defaults to @link Reflector)
Generated using TypeDoc
Load configuration from supplied class
Load method is dependant on
loader.type
class MyConfig { @Key("KEY_NAME") public property: string; } await load(MyConfig);