11.0.33 • Published 1 year ago

@logo-software/application-tree v11.0.33

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
1 year ago

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

11.0.33

1 year ago

11.0.32

1 year ago

11.0.31

1 year ago

11.0.30

2 years ago

11.0.28

2 years ago

11.0.27

2 years ago

11.0.26

2 years ago

11.0.21

2 years ago

11.0.24

2 years ago

11.0.25

2 years ago

11.0.22

2 years ago

11.0.23

2 years ago

11.0.0

3 years ago

4.0.0

3 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago