ngrx / platform

Reactive State for Angular
https://ngrx.io
Other
8.05k stars 1.98k forks source link

Signal Store in Native Federation Angular #4552

Closed NavyJot closed 1 month ago

NavyJot commented 1 month ago

Which @ngrx/* package(s) are the source of the bug?

signals

Minimal reproduction of the bug/regression with instructions

In Native Federation Approach for micro-frontend in angular, I tried adding signal store in shared library to maintain state but unable to use store from library to host application.

image

Expected behavior

We should be able to access store in MFEs.

Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)

NGRX - Signal Store - 18 Angular 18

Other information

No response

I would be willing to submit a PR to fix this issue

markostanimirovic commented 1 month ago

Hi @NavyJot,

Please provide a reproduction via the GitHub repo or StackBlitz playground. This is required when reporting a bug.

markostanimirovic commented 1 month ago

I'm going to close this issue. Feel free to reopen it with provided reproduction via StackBlitz playground or GitHub repo.