Name: {user.name}
29 |Email: {user.email}
30 |ID: {user.id}
31 |You can activate distributed tasks executions and caching by running:
280 |nx connect-to-nx-cloud281 | 282 | {' '} 283 | What is Nx Cloud?{' '} 284 | 285 |
Here are some things you can do with Nx:
312 |330 | # Generate UI lib 331 | nx g @nrwl/angular:lib ui 332 | # Add a component 333 | nx g @nrwl/angular:component button --project ui 334 |335 |
nx graph354 |
373 | # see what's been affected by changes 374 | nx affected:graph 375 | # run tests for current changes 376 | nx affected:test 377 | # run e2e tests for current changes 378 | nx affected:e2e 379 |380 |
384 | Carefully crafted with 385 | 398 |
399 |