Add Safe value API and start OAuth2Server
This commit is contained in:
@@ -167,6 +167,7 @@ export const Singleton = (name?: string): ClassDecorator => {
|
||||
*/
|
||||
export const FactoryProducer = (): ClassDecorator => {
|
||||
return (target) => {
|
||||
logIfDebugging('extollo.di.injector', 'Registering factory producer for target:', target)
|
||||
if ( isInstantiable(target) ) {
|
||||
ContainerBlueprint.getContainerBlueprint().registerFactory(target)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user