This project uses Nx 17 & NG 17. It was generated with Nrwl Nx version 16.5.2 and Angular CLI version 16.1.4, by Alex T. and is based upon work by the Angular Architects.
You'll find the workshop slides in the slides
directory.
You'll find the workshop labs in the labs
directory.
Run nx serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run nx generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run nx build
to build the project. The build artifacts will be stored in the dist/
directory.
Run nx test
to execute the unit tests via JEST.
Run nx e2e
to execute the end-to-end tests via Cypress.
To get more help on the Angular CLI use nx help
, contact your trainer Alex T. or go check our website Angular Architects.