Thank you for your interest in contributing! This repo is the source code for the Modern Angular free course.
- Use the GitHub Issues tab
- Describe the problem clearly, including Angular version and steps to reproduce
- Fork the repository
- Create a feature branch:
git checkout -b fix/your-fix-name - Make your changes following the existing code style
- Commit with a clear message:
git commit -m "fix: describe your fix" - Push and open a Pull Request against
main
- Follow the Angular Style Guide
- Use standalone components (no NgModules)
- Prefer signals over RxJS where applicable
- Use built-in control flow (
@if,@for,@switch)
By contributing, you agree that your contributions will be licensed under the MIT License.