This repository contains two Angular projects:
- Hello World - A simple "Hello World" application.
- Counter App - A basic counter application.
The Hello World project is a simple Angular application that displays the message "Hello World from Angular". It serves as an introduction to Angular's foundational elements.
Live Demo: Hello World Demo
The Counter App is a basic Angular application that allows you to increment and decrement a counter. It provides an opportunity to practice using Angular components, event binding, and data binding.
Live Demo: Counter App Demo
To get started with either project, follow the instructions provided in their respective directories.
- For the Hello World project, refer to the hello-world directory.
- For the Counter App project, refer to the counterApp directory.
Both projects were built using Angular and follow the typical Angular development workflow. Make sure you have the necessary tools and dependencies installed before running the projects locally.
Contributions to this repository are welcome. If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.