Adding angular docs #16
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📋 Pull Request Description
What does this PR do?
This PR adds a complete Angular documentation section to the project under the
docs/angularfolder.It provides comprehensive coverage of Angular fundamentals, including setup, components, services, routing, and forms — enabling learners to understand and work with Angular efficiently.
Type of Change
Changes Made
docs/angular/setup.md— covers Angular installation, CLI commands, and project structurecomponents.md— explains component creation, templates, and data bindingservices.md— demonstrates dependency injection and reusable logicrouting.md— explains route configuration, navigation, and lazy loadingforms.md— covers template-driven and reactive forms with examplesDocumentation Location
docs/angular/setup.mddocs/angular/components.mddocs/angular/services.mddocs/angular/routing.mddocs/angular/forms.md✅ Checklist
General
Documentation
Commit Messages
Add:prefix)📸 Screenshots
N/A — markdown documentation addition only.
🧪 Testing
How to Test
# Test locally by viewing Angular docs npm link devdocx angular/setup devdocx angular/components🧪 Test Results
📚 Additional Context
This addition expands the documentation collection to cover Angular, one of the most popular frontend frameworks.
It ensures parity with other framework docs (React, Next.js, Vue) and provides practical, example-driven learning material for contributors and learners.
🎃 Hacktoberfest
📝 Note to Reviewers:
Please review for markdown consistency, code clarity, and completeness across all five Angular documentation files.
📝 Before Merging