This project contains an Angular component that displays a responsive organization chart using only HTML and CSS for the design and visualization of the hierarchical structure.
To run this project, you need to have the latest version of Angular CLI installed and a modern web browser, or you can also extract the corresponding HTML and CSS code and paste it into your files.
- Clone this repository to your local machine.
- Open the terminal and navigate to the root directory of the project.
- Run npm install to install the dependencies.
- Run ng serve to compile and run the project.
- Open your web browser at http://localhost:4200/ to see the organization chart component in action.
- `src/app/OrganizationChart/organization-chart/: contains the files for the organization chart component.
Contributions are welcome. If you wish to make changes to this project, please fork it and send a pull request.