This is a monorepo containing multiple Angular projects, each created using a different Angular version and UI library. These projects are designed to showcase various approaches and solutions to Angular challenges.
Explore the code to see how different versions and UIs are implemented.
Each folder inside the repo is a standalone Angular project. Examples:
You can explore each folder’s README.md for more details.
- Clone the repository
git clone https://github.com/danielmontes9/angular-challenges.git
cd angular-challenges
- Navigate to one of the project folders:
cd angular-simple-counter
- Install dependencies:
npm install
- Start the development server:
npx ng serve
Then open http://localhost:4200 in your browser.