Skip to content

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.

Notifications You must be signed in to change notification settings

NashTech-Labs/breadcrumbExample

Repository files navigation

Breadcrumb Navigation Example

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.

Key Features

  • 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.

Installation

To get started with this example, follow these steps:

  1. Clone the repository:

    git clone https://github.com/NashTech-Labs/breadcrumbExample.git
  2. Navigate to the project directory:

    cd breadcrumbExample
  3. Install the necessary dependencies:

    npm install
  4. Serve the application:

    ng serve
  5. Open your browser and navigate to http://localhost:4200/.

Sample output

  1. Home Screen Example:

    home.png
  2. Other Example:

    img.png

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published