A collection of Angular projects, components, and utilities for building modern web applications. Designed to be modular, beginner-friendly, and easy to extend.
This repository aggregates Angular projects and reusable components that demonstrate best practices for building scalable and maintainable web applications.
- Modular and reusable Angular components
- Follows Angular CLI standards
- Ready for responsive and dynamic UI development
- Includes examples for routing, services, and state management
- Useful projects
A powerful and customizable PDF viewer application built with Angular. It features a split-screen layout, theme support (Light/Dark), and a comprehensive set of toggleable toolbar controls.
Clone the repository:
git clone https://github.com/riteshsingh84/angular.git
cd angularInstall dependencies:
npm installEnsure you have Node.js and Angular CLI installed.
Serve the application:
ng serveBuild the application:
ng buildRun tests:
ng testContributions are welcome!
- Fork the repository
- Create a feature branch
- Submit a pull request
Please follow Angular best practices and include documentation.
This project is licensed under the MIT License. See LICENSE for details.