https://github.com/l-x-t/ng-b357
Angular Best Practices Workshops
https://github.com/l-x-t/ng-b357
accessibilty angular best-practices performance
Last synced: 12 months ago
JSON representation
Angular Best Practices Workshops
- Host: GitHub
- URL: https://github.com/l-x-t/ng-b357
- Owner: L-X-T
- Created: 2024-09-05T13:59:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-15T07:31:20.000Z (about 1 year ago)
- Last Synced: 2025-06-15T08:38:43.758Z (about 1 year ago)
- Topics: accessibilty, angular, best-practices, performance
- Language: TypeScript
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# L-X-T - Best Practices Repository
This _Angular_ project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.2 and has since been improved and updated by [@LX_T](https://twitter.com/LX_T), currently using Angular v20.
## Style Guide
Make sure to check out the [Angular Coding Style Guide](style-guide/style-guide.md) for this project.
## Slides
You'll find the slides in the [slides](https://github.com/L-X-T/ng-b357/tree/main/slides) directory.
## Exercises
You'll find the workshop labs in the [labs](https://github.com/L-X-T/ng-b357/tree/main/labs) directory.
Take a look at the [00_getting-started.md](https://github.com/L-X-T/ng-b357/blob/main/labs/00_getting-started.md) lab.
Hint: open the lab in your IDE's preview mode or in your browser (via GitHub)!
## Development
Run `ng 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 `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Further help
To get more help on the Angular CLI use `ng help`, contact your trainer [Alex T.](https://alex.thalhammer.name) or go check our website [Angular Architects](https://www.angulararchitects.io).