Skip to content

Commit

Permalink
Merge pull request #650 from CuppaLabs/version-14
Browse files Browse the repository at this point in the history
Version 14
  • Loading branch information
CuppaLabs authored Jul 18, 2024
2 parents efb608a + 3bf68a5 commit d922322
Show file tree
Hide file tree
Showing 15 changed files with 3,306 additions and 2,419 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
4 changes: 3 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,7 @@
}
}
},
"defaultProject": "angular2-multiselect-dropdown"
"cli": {
"analytics": false
}
}
3 changes: 3 additions & 0 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ MIT
@angular/common
MIT

@angular/compiler
MIT

@angular/core
MIT

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Angular Multiselect Dropdown | Cuppa Labs</title>
<base href="/">
<base href="/angular2-multiselect-dropdown/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="/angular2-multiselect-dropdown/assets/img/coffee11.png">
<link rel="manifest" href="manifest.webmanifest">
Expand Down
2 changes: 1 addition & 1 deletion docs/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/polyfills.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/styles.css

Large diffs are not rendered by default.

Loading

0 comments on commit d922322

Please sign in to comment.