Skip to content

Instantly share code, notes, and snippets.

@LayZeeDK
Last active January 25, 2023 08:50
Show Gist options
  • Save LayZeeDK/797126c619cb3850a089692e053224e3 to your computer and use it in GitHub Desktop.
Save LayZeeDK/797126c619cb3850a089692e053224e3 to your computer and use it in GitHub Desktop.
Dependency flow when sharing domain objects in an Nx workspac.e
graph TD;
  feature-->domain
  feature-->dataAccess[data-access]
  dataAccess-->domain
  feature-->ui
  ui-->domain
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment