11.0.33 • Published 2 months ago

@logo-software/application-tree v11.0.33

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 months 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

2 months ago

11.0.32

3 months ago

11.0.31

4 months ago

11.0.30

4 months ago

11.0.28

5 months ago

11.0.27

5 months ago

11.0.26

5 months ago

11.0.21

6 months ago

11.0.24

5 months ago

11.0.25

5 months ago

11.0.22

6 months ago

11.0.23

6 months ago

11.0.0

2 years ago

4.0.0

2 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago