You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
536 B

export declare const DEFAULT_METHOD_KEY = "register";
export declare const DEFAULT_FACTORY_CLASS_METHOD_KEY = "create";
export declare const ASYNC_METHOD_SUFFIX = "Async";
export declare const CONFIGURABLE_MODULE_ID = "CONFIGURABLE_MODULE_ID";
/**
* List of keys that are specific to ConfigurableModuleAsyncOptions
* and should be excluded when extracting user-defined extras.
*/
export declare const ASYNC_OPTIONS_METADATA_KEYS: readonly ["useFactory", "useClass", "useExisting", "inject", "imports", "provideInjectionTokensFrom"];