This repository demonstrates a simple Angular application featuring a breadcrumb navigation component. The application showcases a hierarchical menu structure for navigating through various catalog items, such as Computers, Laptops, and Gaming Laptops.
- Dynamic Breadcrumbs: Automatically updates based on the current route, providing users with a clear path of navigation.
- Nested Menu Structure: Displays menu items in a visually organized manner using nested lists.
- Angular Router Integration: Utilizes Angular's Router for seamless navigation and route management.
To get started with this example, follow these steps:
-
Clone the repository:
git clone https://github.com/NashTech-Labs/breadcrumbExample.git
-
Navigate to the project directory:
cd breadcrumbExample
-
Install the necessary dependencies:
npm install
-
Serve the application:
ng serve
-
Open your browser and navigate to
http://localhost:4200/
.