Skip to content

Commit

Permalink
angular 14 version - dropdown v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeep Terli committed Jul 18, 2024
1 parent 0bf4962 commit 3bf68a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ Angular 2 multiselect dropdown component for web applications. Easy to integrate

- Once installed import `AngularMultiSelectModule` from the installed package into your module as follows:

## Dependencies

Latest version available for each version of Angular

| angular2-multiselect-dropdown | Angular |
| ----------------------------- | ----------- |
| 6.0.0 | 14.X.X |


### Usage
Import `AngularMultiSelectModule` into `NgModule` in `app.module.ts`. Angular's `FormsModule` is also required.
```js
Expand Down

0 comments on commit 3bf68a5

Please sign in to comment.