DEV Community

Discussion on: Angular Architecture Patterns and Best Practices (that help to scale)

Collapse
 
secawis1 profile image
SECAWIS1

Really helpful article. Helped us structure our Feature Modules in a clean and manageable way. I question though. I was thinking to use the same facade pattern to manage the application wide state. Like user, language and data that have a application wide scope. Is that also something you would recommend?