New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@logo-software/application-tree

Package Overview
Dependencies
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-software/application-tree

Application tree module represents a hierarchical view of applications, where each item can have a number of subitems.

  • 11.0.33
  • latest
  • npm
  • Socket score

Version published
Maintainers
9
Created
Source

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

Keywords

FAQs

Package last updated on 11 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc