
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@bugsplat/angular-tree-component
Advanced tools
A simple yet powerful tree component for Angular2
Note: this repo has been forked and upgraded to Angular 13 by BugSplat and a pull request has been opened in the original repo.
Install angular-tree-component
:
npm install @bugsplat/angular-tree-component
Import TreeModule
:
import { TreeModule } from '@bugsplat/angular-tree-component';
@NgModule({
declarations: [AppComponent],
imports: [TreeModule],
bootstrap: [AppComponent]
})
export class AppModule {}
Add css to styles.scss
or include in angular.json
:
@import '~@bugsplat/angular-tree-component/css/angular-tree-component.css';
We are redoing the documentation. You can find the new documentation here: https://circlongroup.github.io/angular-tree-component/
The API Reference is still in our old documentation for now:
https://angular2-tree.readme.io/docs/
angular-tree-component supports angular 2 and above, and AoT compilation.
Run npm run build
(npm run build:win
for windows users) to build. Run npm start:example-app
and open localhost:4200 to test your code before submitting a pull request.
To run tests locally - make sure port 4200 is available and run:
$ npm run build # build:win for windows; wait until build finished
$ npm run start:example-app # Wait until webpack finishes and http://localhost:4200 is available
$ npm run test:dev
Please check the issues / project before starting to work on a feature / bug to make sure it's not already in progress.
This project exists thanks to all the people who contribute.
FAQs
A simple yet powerful tree component for Angular2
The npm package @bugsplat/angular-tree-component receives a total of 1,900 weekly downloads. As such, @bugsplat/angular-tree-component popularity was classified as popular.
We found that @bugsplat/angular-tree-component demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.