Skip to content

Prashu2024/tree-component

Repository files navigation

Tree Component

A simple Angular application that displays a hierarchical tree structure using nested <ul> and <li> elements.

Prerequisites

  • Node.js (version 16 or higher)
  • npm (comes with Node.js)

Installation

  1. Install dependencies:
npm install

Running the Application

Start the development server:

npm start

Open your browser and navigate to http://localhost:4200/ to view the tree structure.

What it displays

The application renders a tree structure as:

a
- b
    - d
    - e
        - h
        - i
- c
    - f
        - j
        - k
    - g

Building for Production

To build the project for production:

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published