From 39aa80bcaeccdb2020b72ddf4a4f0b87d64f0c24 Mon Sep 17 00:00:00 2001 From: "oleg.pronchenko" Date: Sat, 7 Feb 2026 23:43:49 +0200 Subject: [PATCH] feat: add UserWindow to RgModule imports --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71ca080..9157595 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ import type { TUserRestApiProvider } from "./types.js"; @RgModule({ imports: [RestApiModule], ipc: [UserIpc], + windows: [UserWindow], providers: [ UserService, {