@logo-software/application-tree
TypeScript icon, indicating that this package has built-in type declarations

11.0.33 • Public • Published

Application Tree Module

Application tree module represents a hierarchical view of applications, where each item can have a number of subitems. Click on the arrow(s) to open or close the tree branches.

Click here for demo

Installation

All public npm packages of Logo Software is at https://www.npmjs.com/~logofe. To install Application Tree Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/application-tree -s

Then add ApplicationTreeModule to @NgModule imports section

app.module.ts

@NgModule({
  imports: [CommonModule, ApplicationTreeModule],
})
export class AppModule {
}

Application Tree Component

Almost anything can be represented in a tree structure. On this scope Application Tree View shows application lists in tree structure. The Application Tree component is a way of representing the hierarchical relationship between applications. You can also expand, collapse, and select a treeNode within a Tree.

Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-application-tree [items]="items" [start]="0" [iconClasses]=""></logo-application-tree>

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

Dependents (0)

Package Sidebar

Install

npm i @logo-software/application-tree

Weekly Downloads

2

Version

11.0.33

License

See license in LICENSE file

Unpacked Size

517 kB

Total Files

25

Last publish

Collaborators

  • furkan.cetin
  • yusufyilmaz
  • serdarates
  • gamzeyapici
  • srknc
  • dotnet-ankara
  • murat.logo
  • serhan.gurbuz
  • gulnihaleksi