expert.test.foodsafety4.eu Open in urlscan Pro
85.195.255.211  Public Scan

URL: https://expert.test.foodsafety4.eu/
Submission: On October 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

WELCOME TO EXPERT-FINDER!


RESOURCES & TOOLS

Thank you for using and showing some ♥ for Nx.

If you like Nx, please give it a star:
Star

Here are some links to help you get started.

 * Nx video course
 * Nx video tutorial
 * Interactive tutorial
 * Nx Cloud


NEXT STEPS

Here are some things you can do with Nx.

Add UI library

  # Generate UI lib
  nx g @nrwl/angular:lib ui
  
  # Add a component
  nx g @nrwl/angular:component xyz --project ui

View dependency graph

nx dep-graph

Run affected commands

  # see what's been affected by changes
  nx affected:dep-graph
  
  # run tests for current changes
  nx affected:test
  
  # run e2e tests for current changes
  nx affected:e2e