- Modularized Angular application structure
- Sample components and services
- Routing and navigation examples
- Forms (template-driven and reactive)
- HTTP client usage examples
- Demonstrations of Angular best practices
- Node.js (recommended version >= 16)
- npm (usually comes with Node.js)
- Angular CLI (recommended)
-
Clone the repository:
git clone https://github.com/mayankzarkar/angular-node.git cd angular-sample-code -
Install dependencies:
npm install
-
Run the application:
ng serve
Open your browser and navigate to
http://localhost:4200/.
components/: Reusable UI componentsservices/: Angular services for business logic and data accessmodels/: Data models and interfaces