Student — Nx
Enter the workspace:
nx g @nx/angular:lib shared/ui See project structure & dependencies: nx student
nx graph nx serve my-app # serve one app nx build my-app # build for prod nx test my-lib # run tests nx lint my-app # lint 4.4. Affected Commands (key for CI & speed) nx affected:test # run tests only for changed projects 4.5. Caching & Computation Caching Nx caches task outputs – replay results when inputs haven’t changed. 4.6. Generators Create files/templates consistently: Enter the workspace: nx g @nx/angular:lib shared/ui See