Sergey

Results 3 comments of Sergey

Hi I am doing the following ```typescript // message.module.ts import NotifmeSdk from 'notifme-sdk' @Module({ imports: [AppConfigModule], controllers: [MessageController], providers: [ MessageService, { provide: NotifmeSdk, inject: [AppConfigService, Logger], useFactory: (config: AppConfigService)...

No matter what class is used (Traversable, MyClass, etc). There is problem in the priority of operations. Before INSTANCEOF, after NOT. This is not essential, but in the feature may...