How to use NgRx and Standalone components
Since the release of Angular 14, we were introduced to a new way of structuring our Angular applications with Standalone components.
It's something that I embraced quickly because I was already using the SCAM pattern and Standalone components removed...
blog.mihaioltean.com4 min read
Bhavesh Kothari
forRoot equivalent is mentioned here but what about forFeature?
I've a standalone component for a specific feature and for that how can we achieve forFeature equivalent?