A simple Angular application that displays a hierarchical tree structure using nested <ul>
and <li>
elements.
- Node.js (version 16 or higher)
- npm (comes with Node.js)
- Install dependencies:
npm install
Start the development server:
npm start
Open your browser and navigate to http://localhost:4200/
to view the tree structure.
The application renders a tree structure as:
a
- b
- d
- e
- h
- i
- c
- f
- j
- k
- g
To build the project for production:
npm run build