Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@samotics/ngx-treeview

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samotics/ngx-treeview - npm Package Compare versions

Comparing version
19.0.0
to
19.0.1
+1
-1
package.json
{
"name": "@samotics/ngx-treeview",
"version": "19.0.0",
"version": "19.0.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "An Angular treeview component with checkbox",

# ⚠️ Warning
This library is a fork of [ngx-treeview](https://github.com/leovo2708/ngx-treeview) that is compatible with Angular 16, 17 and 18. This fork does not have the intention to continue the support of this library and comes with no guarantees. Please use at your own discretion.
This library is a fork of [ngx-treeview](https://github.com/leovo2708/ngx-treeview) that is compatible with Angular 16, 17, 18, and 19. This fork does not have the intention to continue the support of this library and comes with no guarantees. Please use at your own discretion.

@@ -9,7 +9,14 @@

## Latest Updates
**Version 19.0.0** - Angular 19 Compatibility
- Upgraded to Angular 19
- Updated dependencies and peer dependencies
- All tests passing with Angular 19
## Dependencies
- [Angular](https://angular.io)
- [Lodash](https://lodash.com)
- [Bootstrap 4](https://getbootstrap.com)
- [Angular](https://angular.io) ^19.0.0
- [Lodash](https://lodash.com) ^4.17.21
- [Bootstrap 4](https://getbootstrap.com) (for styling)

@@ -35,12 +42,18 @@ This component is currently supporting Bootstrap 4. If you are using Bootstrap 4 alpha 6, please downgrade to the older version 1.0.10.

After install the above dependencies, install `ngx-treeview` via:
After install the above dependencies, install `@samotics/ngx-treeview` via:
```shell
npm install ngx-treeview --save
npm install @samotics/ngx-treeview --save
```
**Version Compatibility:**
- Angular 19: Use `@samotics/ngx-treeview@19.x`
- Angular 18: Use `@samotics/ngx-treeview@18.x`
- Angular 17: Use `@samotics/ngx-treeview@17.x`
- Angular 16: Use `@samotics/ngx-treeview@16.x`
Once installed you need to import our main module in your application module:
```js
import { TreeviewModule } from 'ngx-treeview';
import { TreeviewModule } from '@samotics/ngx-treeview';

@@ -47,0 +60,0 @@ @NgModule({