Željko Šević
Results
1
comments of
Željko Šević
@florianmaxim it is possible to do something similar ```typescript // index.ts export default async function App() { const app = await application.get(); const chatbotService = app .select(ChatbotModule) .get(ChatbotService, { strict:...