Hello everyone I have a…

less than 1 minute read

Hello everyone, I have a question regarding types of libraries in Enterprise Angular Monorepo Patterns. There is a data-access type which contains all the state related code but should NOT import the UI type. How should I go about UI side effects to actions like opening a snackbar on a login success action, dialogs, router navigations itp. (which are strictly UI related)?

Updated: