wgrabowski / ngx-unused

Find declared but unused Angular classes in your codebase.
https://www.npmjs.com/package/ngx-unused
19 stars 2 forks source link

Effects classes for NGRX/store marked as unused #18

Open romanivna opened 8 months ago

romanivna commented 8 months ago

We have ngrx store in our project and effects are registering via StoreModule.forRoot([Effect]) or StoreModule.forFeature([Effect]). And it is considered as "unused" would be cool to fix this :)

jtc10005 commented 4 weeks ago

Is this library still maintained? @wgrabowski