Skip to content

Instantly share code, notes, and snippets.

@LayZeeDK
Last active June 26, 2022 19:54
Show Gist options
  • Save LayZeeDK/56d520ccda3bbfe090d1ebff1d1d0ff1 to your computer and use it in GitHub Desktop.
Save LayZeeDK/56d520ccda3bbfe090d1ebff1d1d0ff1 to your computer and use it in GitHub Desktop.
Nx library types: Allowed dependencies
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#bad6db', 'primaryBorderColor': '#01a9c1', 'primaryTextColor': '#051f34', 'lineColor': '#051f34' }}}%%
graph TD
  data-access --> data-access
  data-access --> util
  data-access --> test-util
Loading
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#bad6db', 'primaryBorderColor': '#01a9c1', 'primaryTextColor': '#051f34', 'lineColor': '#051f34' }}}%%
graph TD
  domain --> domain
  domain --> util
  domain --> test-util
Loading
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#bad6db', 'primaryBorderColor': '#01a9c1', 'primaryTextColor': '#051f34', 'lineColor': '#051f34' }}}%%
graph TD
  e2e-util --> e2e-util
  e2e-util --> util
  e2e-util --> test-util
Loading
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#bad6db', 'primaryBorderColor': '#01a9c1', 'primaryTextColor': '#051f34', 'lineColor': '#051f34' }}}%%
graph TD
  feat --> feat
  feat --> data-access
  feat --> ui
  feat --> util
  feat --> test-util
Loading
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#bad6db', 'primaryBorderColor': '#01a9c1', 'primaryTextColor': '#051f34', 'lineColor': '#051f34' }}}%%
graph TD
  test-util --> test-util
  test-util --> data-access
  test-util --> ui
  test-util --> feat
  test-util --> util
Loading
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#bad6db', 'primaryBorderColor': '#01a9c1', 'primaryTextColor': '#051f34', 'lineColor': '#051f34' }}}%%
graph TD
  ui --> ui
  ui --> util
  ui --> test-util
Loading
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#bad6db', 'primaryBorderColor': '#01a9c1', 'primaryTextColor': '#051f34', 'lineColor': '#051f34' }}}%%
graph TD
  util --> util
  util --> test-util
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment