https://github.com/l-x-t/agravity-architecture
Angular Enterprise Architecture Workshop Material
https://github.com/l-x-t/agravity-architecture
angular enterprise
Last synced: 2 months ago
JSON representation
Angular Enterprise Architecture Workshop Material
- Host: GitHub
- URL: https://github.com/l-x-t/agravity-architecture
- Owner: L-X-T
- Created: 2024-01-12T07:25:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T10:33:50.000Z (over 2 years ago)
- Last Synced: 2025-01-25T20:09:07.384Z (over 1 year ago)
- Topics: angular, enterprise
- Language: JavaScript
- Homepage:
- Size: 31.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Architects - Advanced Workshop
This project was generated with the [Angular CLI](https://github.com/angular/angular-cli) version 13.1.4 by [@Manfred Steyer](https://twitter.com/ManfredSteyer) and has since been improved and update by [@LX_T](https://twitter.com/LX_T), currently using Angular V16.
## Slides
You'll find the workshop slides in the `slides` directory.
## Exercises
You'll find the workshop labs in the `labs` directory.
## Development
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.
## Code scaffolding
Run `nx generate component component-name` to generate a new component. You can also use `nx generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `nx build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `nx test` to execute the unit tests via [JEST](https://jestjs.io).
## Running end-to-end tests
Run `nx e2e flight-app-e2e` to execute the end-to-end tests via [Cypress](https://www.cypress.io/).
## Further help
To get more help on the Angular CLI use `nx help`, contact your trainer [Alex T.](https://alex.thalhammer.name) or check out our website [Angular Architects](https://www.angulararchitects.io).